Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vigo committed Mar 13, 2024
1 parent 711cb24 commit 6d6dd43
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,8 +1,8 @@
FROM golang:1.19-alpine AS builder
WORKDIR /go/src/github.com/vigo/ghstars
COPY . .
RUN apk add --no-cache git=2.36.3-r0 \
ca-certificates=20220614-r0 \
RUN apk add --no-cache git=2.40.1-r0 \
ca-certificates=20230506-r0 \
&& CGO_ENABLED=0 \
GOOS=linux \
go build -a -installsuffix cgo -o ghstars .
Expand Down

0 comments on commit 6d6dd43

Please sign in to comment.