Skip to content

Commit fba2a52

Browse files
chore(deps): update all non-major dockerfile dependencies
1 parent 1c78f91 commit fba2a52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.apisix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN wget -q -O hivemind.gz https://github.com/DarthSim/hivemind/releases/downloa
1616
# get daprd
1717
RUN 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.13.0-debian
2020
USER root
2121
ENV DAPR_APP_ID=gateway
2222
# DAPR_HTTP_READ_BUFFER_SIZE: default 4KB

Dockerfile.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pull deps
66
#
7-
FROM debian:12.8 AS deps
7+
FROM debian:12.12 AS deps
88

99

1010
# renovate: datasource=github-releases depName=golang-migrate/migrate

Dockerfile.standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN mkdir -p migrations
4242

4343
RUN 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.12 AS deps
4646

4747
# renovate: datasource=github-releases depName=DarthSim/hivemind
4848
ARG HIVEMIND_VERSION=1.1.0

0 commit comments

Comments
 (0)