Skip to content

Commit

Permalink
chore: define docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jun 19, 2024
1 parent f7b9087 commit b69e7b7
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 @@ -18,7 +18,7 @@ RUN go generate -tags tools -x ./...
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -v -a -installsuffix cgo -o /go/bin/api cmd/api/serve.go


FROM golang:alpine
FROM golang:1.22.3-alpine3.18
RUN apk add --no-cache libstdc++ libpng
COPY --from=builder /go/bin/api /api
WORKDIR /app
Expand Down

0 comments on commit b69e7b7

Please sign in to comment.