We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7274610 commit 8d0de66Copy full SHA for 8d0de66
Dockerfile
@@ -3,7 +3,7 @@ ARG MONERO_BRANCH=v0.18.4.2
3
ARG MONERO_COMMIT_HASH=d87edf57fcc4bc2279ad9d8a1db093805e6becd7
4
5
# Select Alpine 3 for the build image base
6
-FROM alpine:3.22.1 AS build
+FROM alpine:3.22.2 AS build
7
LABEL author="seth@sethforprivacy.com" \
8
maintainer="seth@sethforprivacy.com"
9
@@ -150,7 +150,7 @@ RUN set -ex && git clone https://github.com/Boog900/monero-ban-list \
150
151
# Begin final image build
152
# Select Alpine 3 for the base image
153
-FROM alpine:3.22.1 AS final
+FROM alpine:3.22.2 AS final
154
155
# Upgrade base image
156
RUN set -ex && apk --update --no-cache upgrade
0 commit comments