Merge pull request #124 from ngn13/dependabot/docker/api/golang-1.23.1

Bump golang from 1.23.0 to 1.23.1 in /api
This commit is contained in:
ngn 2024-09-18 19:22:57 +00:00 committed by GitHub
commit b24a79bc89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM golang:1.23.0
FROM golang:1.23.1
WORKDIR /app