Merge pull request #149 from jkaninda/dependabot/docker/golang-1.23.4

chore(deps): bump golang from 1.23.3 to 1.23.4
This commit is contained in:
2024-12-10 10:11:07 +01:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.3 AS build
FROM golang:1.23.4 AS build
WORKDIR /app
ARG appVersion=""
# Copy the source code.