From 9c60601accf37be8068c5f239559daf9a7c078b5 Mon Sep 17 00:00:00 2001 From: Karel van IJperen Date: Tue, 19 Sep 2023 18:17:51 +0200 Subject: [PATCH] Update base image to 1.21.1 No relevant security updates --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dce2de8..32a9f38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.7-bookworm AS build +FROM golang:1.21.1-bookworm AS build ARG VERSION="local" COPY . /app WORKDIR /app