From 19d471dcb4025504f1e9bad61aca58080c0a5618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 00:21:58 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8cbbc60..d29e900 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM golang:1.20 +FROM golang:1.21 ENV APP_ROOT /srv WORKDIR $APP_ROOT