Merge pull request #126 from jkaninda/dependabot/docker/golang-1.23.2

chore(deps): bump golang from 1.21.0 to 1.23.2
This commit is contained in:
2024-10-23 09:52:10 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM golang:1.21.0 AS build
FROM golang:1.23.2 AS build
WORKDIR /app
# Copy the source code.