diff --git a/Dockerfile b/Dockerfile index 908d22ea..77cdd57b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine AS certs RUN apk --update add ca-certificates -FROM golang:1.20.5-alpine AS base +FROM golang:1.20.6-alpine AS base # To fix go get and build with cgo RUN apk add --no-cache --virtual .build-deps \