Skip to content

Commit f3d6f1e

Browse files
Merge pull request #87 from OctoPrint/maintenance-s6-overlay-update
Maintenance s6 overlay update
2 parents 260a718 + 4021af9 commit f3d6f1e

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)