Skip to content

Commit

Permalink
Merge pull request #2 from jackete2/patch-1
Browse files Browse the repository at this point in the history
Use Alpine 3.18
  • Loading branch information
tiredofit authored May 15, 2023
2 parents 64b1eea + 4183c06 commit 288dcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DISTRO="alpine"
ARG DISTRO_VARIANT="3.19"
ARG DISTRO_VARIANT="3.18"

FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
Expand Down

0 comments on commit 288dcf9

Please sign in to comment.