Skip to content

Commit

Permalink
Merge pull request #87 from OctoPrint/maintenance-s6-overlay-update
Browse files Browse the repository at this point in the history
Maintenance s6 overlay update
  • Loading branch information
LongLiveCHIEF authored Sep 20, 2020
2 parents 260a718 + 4021af9 commit f3d6f1e
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
Expand Up @@ -2,7 +2,7 @@ ARG PYTHON_BASE_IMAGE=3.8-slim-buster

FROM ubuntu AS s6build
ARG S6_RELEASE
ENV S6_VERSION ${S6_RELEASE:-v2.0.0.1}
ENV S6_VERSION ${S6_RELEASE:-v2.1.0.0}
RUN apt-get update && apt-get install -y curl
RUN echo "$(dpkg --print-architecture)"
WORKDIR /tmp
Expand Down

0 comments on commit f3d6f1e

Please sign in to comment.