Skip to content

Commit

Permalink
Merge pull request #99 Alpine 3.10 -> 3.11
Browse files Browse the repository at this point in the history
Update to Alpine 3.11
  • Loading branch information
06kellyjac authored May 11, 2020
2 parents eb00a8f + 4e22f2e commit 57af337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o kubesec ./cmd/kub

# ===

FROM alpine:3.10
FROM alpine:3.11

RUN addgroup -S app \
&& adduser -S -g app app \
Expand Down

0 comments on commit 57af337

Please sign in to comment.