File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.20.1 -alpine as builder
1+ FROM golang:1.21.6 -alpine as builder
22RUN apk --no-cache add git
33WORKDIR /build
44COPY go.mod .
@@ -11,7 +11,7 @@ RUN git rev-parse --short HEAD
1111RUN GIT_COMMIT=$(git rev-parse --short HEAD) && \
1212 CGO_ENABLED=0 go build -o app -ldflags "-X main.GitCommit=${GIT_COMMIT}"
1313
14- FROM alpine:latest
14+ FROM alpine:3.19.0
1515RUN apk --no-cache add ca-certificates
1616ENV HOME /root
1717WORKDIR /app
Original file line number Diff line number Diff line change 1- FROM golang:1.17.3-alpine3.13
1+ FROM golang:1.21.6-alpine
22RUN apk add --no-cache git openssh gcc musl-dev
33
44WORKDIR /src
Original file line number Diff line number Diff line change 1- FROM alpine:latest
1+ FROM alpine:3.19.0
22LABEL maintainer="Andy Lo-A-Foe <
[email protected] >"
33
44RUN apk --no-cache add ca-certificates
You can’t perform that action at this time.
0 commit comments