Merge pull request 'Update golang Docker tag to v1.23.6' (#17) from renovate/golang-1.x into custom
All checks were successful
Build and publish the docker image / build (push) Successful in 53s

Reviewed-on: #17
This commit is contained in:
ngn 2025-02-09 19:14:55 +03:00
commit 7c123cdebc

View File

@ -1,4 +1,4 @@
FROM golang:1.23.5 AS build FROM golang:1.23.6 AS build
WORKDIR /app WORKDIR /app