From bf8cdc203230e9891fc2a1f4faa022dcedf669fd Mon Sep 17 00:00:00 2001 From: Tine Date: Sat, 17 Feb 2024 21:56:08 +0100 Subject: [PATCH] ci(deploy): trying to fix deploy --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 60fa0ac..2b4b9d2 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.21.0 +ARG GO_VERSION=1.21 FROM golang:${GO_VERSION} as builder # Set destination for COPY WORKDIR /app