Bump go in docker images further

This commit is contained in:
Till Faelligen 2025-05-17 20:45:45 +02:00
parent 86358e1af6
commit f1bfec876f
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E
5 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1.2
FROM golang:1.23-bookworm as build
FROM golang:1.24-bookworm as build
RUN apt-get update && apt-get install -y postgresql
WORKDIR /build