Update Alpine version

This commit is contained in:
Jan-Lukas Else 2023-01-14 16:25:56 +01:00
parent ae5d67a833
commit 032d994b80
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.19-alpine3.16 as buildbase
FROM golang:1.19-alpine3.17 as buildbase
WORKDIR /app
RUN apk add --no-cache git gcc musl-dev
@ -23,7 +23,7 @@ FROM build as test
RUN go test -timeout 300s -failfast -cover ./...
FROM alpine:3.16 as base
FROM alpine:3.17 as base
WORKDIR /app
VOLUME /app/config