Skip to content

Commit

Permalink
Merge pull request #96 from crazy-max/update
Browse files Browse the repository at this point in the history
s6-overlay 3.2.0.2
  • Loading branch information
crazy-max authored Dec 23, 2024
2 parents 6ea2c29 + f9c2a28 commit f723fc8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
ARG ALPINE_VERSION="latest"
ARG XX_VERSION="1.6.1"

ARG S6_OVERLAY_VERSION="3.2.0.0"
ARG S6_OVERLAY_REF="e2738d136bbdedbe3553b947f3c18183fc70e56c"
ARG S6_OVERLAY_VERSION="3.2.0.2"
ARG S6_OVERLAY_REF="45f4b2122ff1426a943a57a47ed6e796a6609339"

# https://bearssl.org/gitweb/?p=BearSSL;a=commit;h=79c060eea3eea1257797f15ea1608a9a9923aa6f
# https://bearssl.org/gitweb/?p=BearSSL;a=commit;h=3c040368f6791553610e362401db1efff4b4c5b8
ARG BEARSSL_VERSION="0.6"
ARG BEARSSL_REF="79c060eea3eea1257797f15ea1608a9a9923aa6f"

ARG SKALIBS_VERSION="2.14.2.0"
ARG EXECLINE_VERSION="2.9.6.0"

ARG S6_VERSION="2.13.0.0"
ARG S6_RC_VERSION="0.5.4.3"
ARG S6_LINUX_INIT_VERSION="1.1.2.0"
ARG S6_PORTABLE_UTILS_VERSION="2.3.0.3"
ARG S6_LINUX_UTILS_VERSION="2.6.2.0"
ARG S6_DNS_VERSION="2.3.7.2"
ARG S6_NETWORKING_VERSION="2.7.0.3"
ARG BEARSSL_REF="3c040368f6791553610e362401db1efff4b4c5b8"

ARG SKALIBS_VERSION="2.14.3.0"
ARG EXECLINE_VERSION="2.9.6.1"

ARG S6_VERSION="2.13.1.0"
ARG S6_RC_VERSION="0.5.5.0"
ARG S6_LINUX_INIT_VERSION="1.1.2.1"
ARG S6_PORTABLE_UTILS_VERSION="2.3.0.4"
ARG S6_LINUX_UTILS_VERSION="2.6.2.1"
ARG S6_DNS_VERSION="2.4.0.0"
ARG S6_NETWORKING_VERSION="2.7.0.4"
ARG S6_OVERLAY_HELPERS_VERSION="0.1.1.0"

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
Expand Down

0 comments on commit f723fc8

Please sign in to comment.