Skip to content

Commit 72e3c3d

Browse files
authored
Merge pull request #166 from hvalev/dependabot/docker/debian-trixie-20260406
Bump debian from trixie-20260316 to trixie-20260406
2 parents 1099ed7 + 7f2c073 commit 72e3c3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###########################
22
# Builder image
33
###########################
4-
FROM debian:trixie-20260316 AS builder
4+
FROM debian:trixie-20260406 AS builder
55

66
ARG MONERO_V=0.18.4.6
77
ENV MONERO_V=${MONERO_V}
@@ -32,7 +32,7 @@ RUN make -j$(nproc)
3232
###########################
3333
# Production image
3434
###########################
35-
FROM debian:trixie-20260316
35+
FROM debian:trixie-20260406
3636

3737
ARG MONERO_V=0.18.4.6
3838
ENV MONERO_V=${MONERO_V}

0 commit comments

Comments
 (0)