Update Go 1.21.0 and dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-05 23:59:58 -07:00
parent 02fe7d1ae9
commit e6a44bc92e
4 changed files with 28 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.20.3-alpine3.17 AS build
FROM golang:1.21.0-alpine3.18 AS build
RUN apk --no-cache add git
WORKDIR /go/src/
@@ -6,7 +6,7 @@ ADD . /go/src/
RUN go install -v ./...
FROM alpine:3.17
FROM alpine:3.18
USER root
RUN apk --no-cache add ca-certificates
RUN apk --no-cache upgrade