Skip to content

Commit

Permalink
bump alpine base image to 3.19.1 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm authored Feb 14, 2024
1 parent 88465af commit c5c8035
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 @@ -34,7 +34,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build \
-X github.com/undistro/marvin/pkg/version.commit=${COMMIT} \
-X github.com/undistro/marvin/pkg/version.date=${DATE}" -a -o marvin main.go

FROM alpine:3.19.0
FROM alpine:3.19.1

RUN addgroup -g 8494 -S nonroot && adduser -u 8494 -D -S nonroot -G nonroot
USER 8494:8494
Expand Down

0 comments on commit c5c8035

Please sign in to comment.