Merge pull request #190 from jkaninda/dependabot/docker/golang-1.24.3
Some checks failed
Lint / Run on Ubuntu (push) Successful in 18m52s
Tests / test (push) Failing after 1m14s

chore(deps): bump golang from 1.24.2 to 1.24.3
This commit is contained in:
2025-05-14 23:03:58 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.2 AS build
FROM golang:1.24.3 AS build
WORKDIR /app
ARG appVersion=""