diff --git a/Dockerfile b/Dockerfile index 7f9af9f..0c3f5c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG INTERCERT_VERSION="DEV-SNAPSHOT" # First stage: build the executable. -FROM golang:1.13-alpine AS builder +FROM golang:1.22-alpine AS builder # Create the user and group files that will be used in the running container to # run the process as an unprivileged user. diff --git a/Dockerfile.goreleaser b/Dockerfile.goreleaser index 597b650..ce6342a 100644 --- a/Dockerfile.goreleaser +++ b/Dockerfile.goreleaser @@ -1,5 +1,5 @@ # First stage: build the executable. -FROM golang:1.13-alpine AS builder +FROM golang:1.22-alpine AS builder # Create the user and group files that will be used in the running container to # run the process as an unprivileged user.