File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN wget -q -O hivemind.gz https://github.com/DarthSim/hivemind/releases/downloa
1616# get daprd
1717RUN wget -q https://github.com/dapr/dapr/releases/download/v$DAPR_VERSION/daprd_linux_amd64.tar.gz -O - | tar -xzvf - daprd
1818
19- FROM apache/apisix:3.11 .0-debian
19+ FROM apache/apisix:3.12 .0-debian
2020USER root
2121ENV DAPR_APP_ID=gateway
2222# DAPR_HTTP_READ_BUFFER_SIZE: default 4KB
Original file line number Diff line number Diff line change 44#
55# pull deps
66#
7- FROM debian:12.8 AS deps
7+ FROM debian:12.11 AS deps
88
99
1010# renovate: datasource=github-releases depName=golang-migrate/migrate
@@ -21,7 +21,7 @@ RUN wget -q https://github.com/golang-migrate/migrate/releases/download/v$MIGRAT
2121# builder builds a go service
2222# the build args SERVICE and VERSION must be set!
2323
24- FROM golang:1.23 -bookworm AS builder
24+ FROM golang:1.24 -bookworm AS builder
2525
2626#
2727# build spice helper (for migrations)
@@ -59,7 +59,7 @@ RUN mkdir -p migrations
5959
6060RUN CGO_ENABLED =0 GOOS =linux go build -ldflags ="-X main.Version=${VERSION}" -a -o app .
6161
62- FROM alpine:3.21 .0 AS production
62+ FROM alpine:3.22 .0 AS production
6363
6464RUN apk update && apk add postgresql-client --no-cache
6565
Original file line number Diff line number Diff line change 44# builder builds a go service
55# the build args SERVICE and VERSION must be set!
66
7- FROM golang:1.23 -bookworm AS builder
7+ FROM golang:1.24 -bookworm AS builder
88
99#
1010# build spice helper (for migrations)
@@ -42,7 +42,7 @@ RUN mkdir -p migrations
4242
4343RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-X main.Version=${VERSION}" -a -o app .
4444
45- FROM debian:12.8 AS deps
45+ FROM debian:12.11 AS deps
4646
4747# renovate: datasource=github-releases depName=DarthSim/hivemind
4848ARG HIVEMIND_VERSION=1.1.0
@@ -65,7 +65,7 @@ RUN wget -q https://github.com/golang-migrate/migrate/releases/download/v$MIGRAT
6565# get daprd
6666RUN wget -q https://github.com/dapr/dapr/releases/download/v$DAPR_VERSION/daprd_linux_amd64.tar.gz -O - | tar -xzvf - daprd
6767
68- FROM alpine:3.21 .0 AS production
68+ FROM alpine:3.22 .0 AS production
6969
7070RUN apk update && apk add postgresql-client --no-cache
7171
Original file line number Diff line number Diff line change 55
66# based on the debian 12 ("bookworm") go image
77# for now this only builds x86_64 images (TODO)
8- FROM golang:1.23 -bookworm
8+ FROM golang:1.24 -bookworm
99
1010# appearently this is not set by the go image
1111ENV GOROOT="/usr/local/go"
You can’t perform that action at this time.
0 commit comments