There was an error while loading. Please reload this page.
1 parent b38f1d8 commit 8e9e1faCopy full SHA for 8e9e1fa
cerebro/0.7/Dockerfile
@@ -13,8 +13,8 @@ RUN curl -o /usr/local/bin/gosu -SL "https://github.com/tianon/gosu/releases/dow
13
&& chmod +x /usr/local/bin/gosu \
14
&& gosu nobody true
15
16
-ENV CEREBRO_VERSION 0.7.2
17
-ENV CEREBRO_SHA256 c3f019bd29832550d5ce15d51cf9e4b52c270daca9f35d7602fa06f1ecfa9b4a
+ENV CEREBRO_VERSION 0.7.3
+ENV CEREBRO_SHA256 4123019aa75d401b0b27ae1f6bd29c93a10dd52d80f398a18480969b20759dac
18
RUN cd /tmp \
19
&& curl -o cerebro-${CEREBRO_VERSION}.tgz -SL "https://github.com/lmenezes/cerebro/releases/download/v${CEREBRO_VERSION}/cerebro-${CEREBRO_VERSION}.tgz" \
20
&& echo "$CEREBRO_SHA256 /tmp/cerebro-${CEREBRO_VERSION}.tgz" | sha256sum -c - \
0 commit comments