chore(deps): update golang docker tag to v1.26.5

This commit is contained in:
Łukasz Mierzwa
2026-07-08 14:10:58 +01:00
committed by Łukasz Mierzwa
parent 2a24940507
commit 6cdeaba4cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ RUN apk add make git
COPY ui /src/ui
RUN make -C /src/ui build
FROM golang:1.26.4-alpine AS go-builder
FROM golang:1.26.5-alpine AS go-builder
RUN apk add make git
COPY Makefile /src/Makefile
COPY make /src/make