This commit is contained in:
mkelcik
2023-12-09 16:20:31 +01:00
parent 17afc65f92
commit 316a40b662
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ FROM golang:1.21 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
RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o /cloudflare-ddns-updater