Compare commits

..

1 Commits

Author SHA1 Message Date
MaxJa4
f8d8ab968e Update go version in Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 52s
2025-02-09 17:06:16 +01:00

View File

@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder FROM golang:1.23-alpine AS builder
WORKDIR /app WORKDIR /app