Skip to content

Commit

Permalink
Fix Dockerfile (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
apocelipes committed Jun 10, 2024
1 parent bc111c9 commit 39f08a3
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
@@ -1,4 +1,4 @@
FROM golang:golang:1.22.3-alpine3.20 as scc-get
FROM golang:1.22.4-alpine3.20 as scc-get

ENV GOOS=linux \
GOARCH=amd64 \
Expand Down

0 comments on commit 39f08a3

Please sign in to comment.