diff --git a/Dockerfile b/Dockerfile index 7caf474d..e2a70435 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20 +FROM golang:1.22 ARG TARGETPLATFORM ARG BUILDPLATFORM diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 7b9d40dd..10c32c1e 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM golang:1.16.15-alpine3.15@sha256:9743f230f26d1e300545f0330fd4a514f554c535d967563ee77bf634906502b6 as builder +FROM golang:1.19.3-alpine3.15@sha256:3ed44ed6b3ab156cb591b6bae2997a7e7fbb8d2c850ac9e87779b879e317cb23 as builder WORKDIR /workdir COPY . /workdir