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 b5133c6 commit 8509a80Copy full SHA for 8509a80
dockerfile
@@ -23,6 +23,7 @@ RUN apt-get install -y --no-install-recommends \
23
&& rm -rf /var/lib/apt/lists/*
24
25
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/var/bin
26
+RUN just 1.37.0
27
28
# Copy the start script and make it executable
29
COPY start.sh /start.sh
0 commit comments