Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from connecteurs/alpine-3-19
Browse files Browse the repository at this point in the history
Use alpine 3.19 as base
  • Loading branch information
ludovicm67 authored Apr 16, 2024
2 parents 2eb4a2c + 5f7baab commit 88af951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ghcr.io/connecteurs/alpine
FROM ghcr.io/connecteurs/alpine:v3.19.1

RUN apk add --no-cache \
alpine-conf \
alpine-sdk \
aports-build \
sudo

COPY --from=ghcr.io/connecteurs/directory-index \
COPY --from=ghcr.io/connecteurs/directory-index:v0.2.0 \
/bin/directory_index \
/bin/directory_index

Expand Down

0 comments on commit 88af951

Please sign in to comment.