Skip to content

Commit

Permalink
feat: upgrade alpine base image version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaminopu authored Jun 6, 2023
1 parent 7c77c01 commit 2374517
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 @@ -7,7 +7,7 @@ RUN go get
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o k8s-event-logger
RUN adduser --disabled-login --no-create-home --disabled-password --system --uid 101 non-root

FROM --platform=${TARGETPLATFORM} alpine:3.15.4
FROM --platform=${TARGETPLATFORM} alpine:3.18.0
RUN addgroup -S non-root && adduser -S -G non-root non-root
USER 101
ENV USER non-root
Expand Down

0 comments on commit 2374517

Please sign in to comment.