Skip to content

Commit 562e77d

Browse files
authored
update to CP v3 final (#54)
1 parent 2f6e85d commit 562e77d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ RUN export CONSUL_TEMPLATE_VERSION=0.18.3 \
3434
&& rm /tmp/consul-template.zip
3535

3636
# Add Containerpilot and set its configuration
37-
ENV CONTAINERPILOT_VER 3.0.0-RC1
37+
ENV CONTAINERPILOT_VER 3.0.0
3838
ENV CONTAINERPILOT /etc/containerpilot.json5
3939

40-
RUN export CONTAINERPILOT_CHECKSUM=f67929d1c8567d31772085fc252338091a5f795c \
40+
RUN export CONTAINERPILOT_CHECKSUM=6da4a4ab3dd92d8fd009cdb81a4d4002a90c8b7c \
4141
&& curl -Lso /tmp/containerpilot.tar.gz \
4242
"https://github.com/joyent/containerpilot/releases/download/${CONTAINERPILOT_VER}/containerpilot-${CONTAINERPILOT_VER}.tar.gz" \
4343
&& echo "${CONTAINERPILOT_CHECKSUM} /tmp/containerpilot.tar.gz" | sha1sum -c \

0 commit comments

Comments
 (0)