ci(deploy): trying to fix deploy

This commit is contained in:
Tine 2024-02-17 21:56:08 +01:00
parent 99ec1a5fb0
commit bf8cdc2032
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -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