Update golang from 1.17 to 1.21.1-alpine
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-09-30 15:06:41 +02:00
parent 200e2561a8
commit 5537a8ca29
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM golang:1.17
FROM golang:1.21.1-alpine
WORKDIR /app
COPY . .