We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 260a718 + 4021af9 commit f3d6f1eCopy full SHA for f3d6f1e
Dockerfile
@@ -2,7 +2,7 @@ ARG PYTHON_BASE_IMAGE=3.8-slim-buster
2
3
FROM ubuntu AS s6build
4
ARG S6_RELEASE
5
-ENV S6_VERSION ${S6_RELEASE:-v2.0.0.1}
+ENV S6_VERSION ${S6_RELEASE:-v2.1.0.0}
6
RUN apt-get update && apt-get install -y curl
7
RUN echo "$(dpkg --print-architecture)"
8
WORKDIR /tmp
0 commit comments