Skip to content

Commit 2374517

Browse files
authored
feat: upgrade alpine base image version (#20)
1 parent 7c77c01 commit 2374517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN go get
77
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o k8s-event-logger
88
RUN adduser --disabled-login --no-create-home --disabled-password --system --uid 101 non-root
99

10-
FROM --platform=${TARGETPLATFORM} alpine:3.15.4
10+
FROM --platform=${TARGETPLATFORM} alpine:3.18.0
1111
RUN addgroup -S non-root && adduser -S -G non-root non-root
1212
USER 101
1313
ENV USER non-root

0 commit comments

Comments
 (0)