Compare commits

..

4 Commits

Author SHA1 Message Date
ngn
f0e168c684 Merge pull request 'Update golang Docker tag to v1.23.5' (#4) from renovate/golang-1.x into main
All checks were successful
Build the docker image for the API / build (push) Successful in 2m5s
Build the docker image for the frontend application / build (push) Successful in 8s
Build the docker image for the doc server / build (push) Successful in 8s
Reviewed-on: #4
2025-01-20 19:45:41 +03:00
ngn
e13ccd2e3e Merge branch 'main' into renovate/golang-1.x 2025-01-20 19:45:32 +03:00
ngn
ec7afca33d Merge branch 'main' into renovate/golang-1.x 2025-01-20 19:40:46 +03:00
b2cdd937b6 Update golang Docker tag to v1.23.5 2025-01-20 07:02:04 +00:00

View File

@ -1,4 +1,4 @@
FROM golang:1.23.4
FROM golang:1.23.5
WORKDIR /api