Skip to content

Commit

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

Bump the dev-dependencies group with 2 updates
  • Loading branch information
m-yosefpor authored Nov 2, 2023
2 parents 97bbd5d + 1273f61 commit 11b4c34
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 @@ -18,7 +18,7 @@ COPY lang/ lang/
# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go

FROM alpine:3.18.2
FROM alpine:3.18.4
RUN apk add gpg gpg-agent
WORKDIR /
COPY --from=builder /workspace/manager .
Expand Down

0 comments on commit 11b4c34

Please sign in to comment.