Update go version in Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 52s

This commit is contained in:
MaxJa4
2025-02-09 17:06:16 +01:00
parent 98ccc8338c
commit f8d8ab968e

View File

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