Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG MONERO_BRANCH=v0.18.4.2
ARG MONERO_COMMIT_HASH=d87edf57fcc4bc2279ad9d8a1db093805e6becd7

# Select Alpine 3 for the build image base
FROM alpine:3.22.1 AS build
FROM alpine:3.22.2 AS build
LABEL author="seth@sethforprivacy.com" \
maintainer="seth@sethforprivacy.com"

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

# Begin final image build
# Select Alpine 3 for the base image
FROM alpine:3.22.1 AS final
FROM alpine:3.22.2 AS final

# Upgrade base image
RUN set -ex && apk --update --no-cache upgrade
Expand Down