Skip to content

Commit

Permalink
Update dockerfile image
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoLordelloFontes committed Dec 18, 2024
1 parent 8ca4f1c commit 4e96c22
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 @@ -20,7 +20,7 @@ COPY . .
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -a -o /app/2ms .

# Runtime image
FROM cgr.dev/chainguard/git@sha256:91f984bed3cef8b6b9bdefb8e4ae2c9ec2c28564b237c2a0e432549c105ceb16
FROM cgr.dev/chainguard/git@sha256:81b3681ac6cd7592e80fba3dc7e36cbb58ec912374f69a5afe652f79bd42bd7b

WORKDIR /app

Expand Down

0 comments on commit 4e96c22

Please sign in to comment.