bump: go -> 1.23.3

This commit is contained in:
2024-11-21 10:50:05 +03:00
parent e53d8f57f8
commit 63daa1a3c3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.0-bookworm AS build
FROM golang:1.23.3-bookworm AS build
ENV CGO_ENABLED=1