Skip to content

Commit

Permalink
Merge pull request #55 from snapp-incubator/dependabot/docker/dev-dep…
Browse files Browse the repository at this point in the history
…endencies-434655b576

Bump the dev-dependencies group with 1 update
  • Loading branch information
m-yosefpor authored Nov 2, 2023
2 parents 63afe50 + efb448e commit a6f4bb4
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 @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM alpine:3.18.3
FROM alpine:3.18.4
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65532:65532
Expand Down

0 comments on commit a6f4bb4

Please sign in to comment.