From 8f329cd03c4d58220419f435fac7871ec5d0d0f6 Mon Sep 17 00:00:00 2001 From: baztian Date: Mon, 24 Nov 2025 21:04:36 +0100 Subject: [PATCH] Fix dockerfile build incompatibilities --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eddee94..075018d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14-alpine as builder +FROM docker.io/golang:1.17-alpine as builder ENV CGO_ENABLED=0 @@ -18,4 +18,4 @@ USER nobody EXPOSE 3000 ENTRYPOINT ["checkup"] -CMD ["serve"] \ No newline at end of file +CMD ["serve"]