This commit is contained in:
HappyHakunaMatata 2025-10-30 07:20:14 +01:00 committed by GitHub
commit c67ee377d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 408 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:alpine as builder
FROM docker.io/golang:alpine AS builder
COPY . /src
WORKDIR /src