From 09a6ac47c928b98d0c0dc56c2609ce31c0b0a9ad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 Sep 2024 07:04:08 +0000 Subject: [PATCH] Update golang Docker tag to v1.23 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 50df20a..c4e1fb2 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -FROM library/golang:1.21 AS build +FROM library/golang:1.23 AS build RUN apt-get update && apt-get install -y ca-certificates && mkdir -p /tmp/etc/ssl/certs && cp /etc/ssl/certs/ca-certificates.crt /tmp/etc/ssl/certs/ca-certificates.crt ADD . /go/s3staticsite WORKDIR /go/s3staticsite