Merge pull request #40 from ngn13/dependabot/docker/api/golang-1.22.1

Bump golang from 1.22.0 to 1.22.1 in /api
This commit is contained in:
ngn 2024-03-12 15:53:58 +00:00 committed by GitHub
commit 023d639c53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM golang:1.22.0
FROM golang:1.22.1
WORKDIR /app