From 29c3312ab1bdd3d7c435c1bb40c6c68193ae5c71 Mon Sep 17 00:00:00 2001 From: mkelcik Date: Sat, 9 Dec 2023 16:29:02 +0100 Subject: [PATCH] upgrade --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de07e67..e7de1b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM golang:1.20 as build COPY . /opt/project/ WORKDIR /opt/project -RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates=20210119 +RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates=20230311 RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o /cloudflare-ddns-updater