bump golang release

This commit is contained in:
Pierre Dubouilh
2025-01-19 20:58:20 +01:00
parent 31c8ee518a
commit 67b2019a56
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.23.0-alpine AS builder
FROM docker.io/library/golang:1.23.4-alpine AS builder
RUN apk add --no-cache make
WORKDIR /gossaSrc
COPY . /gossaSrc