Skip to content

Commit 8e9e1fa

Browse files
committed
Cerebro 0.7.3
1 parent b38f1d8 commit 8e9e1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cerebro/0.7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN curl -o /usr/local/bin/gosu -SL "https://github.com/tianon/gosu/releases/dow
1313
&& chmod +x /usr/local/bin/gosu \
1414
&& gosu nobody true
1515

16-
ENV CEREBRO_VERSION 0.7.2
17-
ENV CEREBRO_SHA256 c3f019bd29832550d5ce15d51cf9e4b52c270daca9f35d7602fa06f1ecfa9b4a
16+
ENV CEREBRO_VERSION 0.7.3
17+
ENV CEREBRO_SHA256 4123019aa75d401b0b27ae1f6bd29c93a10dd52d80f398a18480969b20759dac
1818
RUN cd /tmp \
1919
&& curl -o cerebro-${CEREBRO_VERSION}.tgz -SL "https://github.com/lmenezes/cerebro/releases/download/v${CEREBRO_VERSION}/cerebro-${CEREBRO_VERSION}.tgz" \
2020
&& echo "$CEREBRO_SHA256 /tmp/cerebro-${CEREBRO_VERSION}.tgz" | sha256sum -c - \

0 commit comments

Comments
 (0)