Skip to content

Commit

Permalink
Merge pull request #7 from Tech-Preta/snyk-fix-ae07a96af0b78e37ea9d0d…
Browse files Browse the repository at this point in the history
…20f66a4b0d

[Snyk] Security upgrade golang from 1.23.1 to 1.23.3
  • Loading branch information
nataliagranato authored Dec 3, 2024
2 parents 12b6c6a + d4b5f56 commit dbb643c
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,7 +1,7 @@
# Use the official Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
<<<<<<< HEAD
FROM golang:1.23.1 as builder
FROM golang:1.23.3 as builder
=======
FROM FROM golang:1.23.1 as builder

Expand All @@ -16,7 +16,7 @@ RUN go get -d -v ./...
RUN go install -v ./...

# Use a Docker multi-stage build to create a lean production image.
FROM golang:1.23.1
FROM golang:1.23.3
COPY --from=builder /go/bin/projeto /projeto

# Run the web service on container startup.
Expand Down

0 comments on commit dbb643c

Please sign in to comment.