Skip to content

Commit d29864d

Browse files
authored
Merge pull request #18 from codecentric/update-alpine-base-image
Update alpine base image version
2 parents 6c92d49 + d1f2840 commit d29864d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.14
1+
FROM alpine:3.17
22

33
RUN apk add yq curl --no-cache
44

@@ -9,4 +9,4 @@ RUN curl -fsSLO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/releas
99
mv kubectl /usr/local/bin/
1010

1111
RUN addgroup -g 1001 -S cop && adduser -u 1001 -S cop -G cop
12-
USER cop
12+
USER cop

0 commit comments

Comments
 (0)