We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c77c01 commit 2374517Copy full SHA for 2374517
Dockerfile
@@ -7,7 +7,7 @@ RUN go get
7
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o k8s-event-logger
8
RUN adduser --disabled-login --no-create-home --disabled-password --system --uid 101 non-root
9
10
-FROM --platform=${TARGETPLATFORM} alpine:3.15.4
+FROM --platform=${TARGETPLATFORM} alpine:3.18.0
11
RUN addgroup -S non-root && adduser -S -G non-root non-root
12
USER 101
13
ENV USER non-root
0 commit comments