From f7375e9bd39a28c8a317abad70a591efd348ead8 Mon Sep 17 00:00:00 2001 From: dizorganised Date: Fri, 6 Oct 2023 00:45:13 +0100 Subject: [PATCH] Bump golang in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index afdcca81..2d3f81b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.7 +FROM golang:1.21 ENV SASS_VERSION=3.3.6