Skip to content

Commit 8d0de66

Browse files
chore(deps): update alpine docker tag to v3.22.2
1 parent 7274610 commit 8d0de66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG MONERO_BRANCH=v0.18.4.2
33
ARG MONERO_COMMIT_HASH=d87edf57fcc4bc2279ad9d8a1db093805e6becd7
44

55
# Select Alpine 3 for the build image base
6-
FROM alpine:3.22.1 AS build
6+
FROM alpine:3.22.2 AS build
77
LABEL author="seth@sethforprivacy.com" \
88
maintainer="seth@sethforprivacy.com"
99

@@ -150,7 +150,7 @@ RUN set -ex && git clone https://github.com/Boog900/monero-ban-list \
150150

151151
# Begin final image build
152152
# Select Alpine 3 for the base image
153-
FROM alpine:3.22.1 AS final
153+
FROM alpine:3.22.2 AS final
154154

155155
# Upgrade base image
156156
RUN set -ex && apk --update --no-cache upgrade

0 commit comments

Comments
 (0)