Skip to content

Commit

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

Bump the dev-dependencies group with 2 updates
  • Loading branch information
m-yosefpor authored Sep 19, 2023
2 parents 8143a5a + b22f66f commit 3293aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20 as builder
FROM golang:1.21 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand All @@ -21,7 +21,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.2
FROM alpine:3.18.3
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65532:65532
Expand Down

0 comments on commit 3293aad

Please sign in to comment.