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.
1 parent 2f6e85d commit 562e77dCopy full SHA for 562e77d
Dockerfile
@@ -34,10 +34,10 @@ RUN export CONSUL_TEMPLATE_VERSION=0.18.3 \
34
&& rm /tmp/consul-template.zip
35
36
# Add Containerpilot and set its configuration
37
-ENV CONTAINERPILOT_VER 3.0.0-RC1
+ENV CONTAINERPILOT_VER 3.0.0
38
ENV CONTAINERPILOT /etc/containerpilot.json5
39
40
-RUN export CONTAINERPILOT_CHECKSUM=f67929d1c8567d31772085fc252338091a5f795c \
+RUN export CONTAINERPILOT_CHECKSUM=6da4a4ab3dd92d8fd009cdb81a4d4002a90c8b7c \
41
&& curl -Lso /tmp/containerpilot.tar.gz \
42
"https://github.com/joyent/containerpilot/releases/download/${CONTAINERPILOT_VER}/containerpilot-${CONTAINERPILOT_VER}.tar.gz" \
43
&& echo "${CONTAINERPILOT_CHECKSUM} /tmp/containerpilot.tar.gz" | sha1sum -c \
0 commit comments