Skip to content

Commit

Permalink
Update to alpine:3.20 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
coiouhkc authored May 26, 2024
1 parent 1706488 commit 624d6c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22rc1-alpine3.19 as scc-get
FROM golang:golang:1.22.3-alpine3.20 as scc-get

ENV GOOS=linux \
GOARCH=amd64 \
Expand All @@ -9,6 +9,6 @@ COPY . /scc
WORKDIR /scc
RUN go build -ldflags="-s -w" -o /bin/scc

FROM alpine:3.19
FROM alpine:3.20
COPY --from=scc-get /bin/scc /bin/scc
CMD ["/bin/scc"]
CMD ["/bin/scc"]

0 comments on commit 624d6c5

Please sign in to comment.