Skip to content

Commit 4021af9

Browse files
committed
update s6 default version
1 parent 022e03d commit 4021af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PYTHON_BASE_IMAGE=3.8-slim-buster
22

33
FROM ubuntu AS s6build
44
ARG S6_RELEASE
5-
ENV S6_VERSION ${S6_RELEASE:-v2.0.0.1}
5+
ENV S6_VERSION ${S6_RELEASE:-v2.1.0.0}
66
RUN apt-get update && apt-get install -y curl
77
RUN echo "$(dpkg --print-architecture)"
88
WORKDIR /tmp

0 commit comments

Comments
 (0)