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 c78dd9b commit 9aca3e4Copy full SHA for 9aca3e4
dockerfiles/alpine/Dockerfile
@@ -5,7 +5,7 @@ ENV CGO_ENABLED 0
5
6
RUN mkdir -p /assets/ /app/
7
8
-ARG CONCOURSE_VERSION=7.8.2
+ARG CONCOURSE_VERSION=7.9.1
9
10
# install fly-cli
11
ARG FLY_DOWNLOAD_URL="https://github.com/concourse/concourse/releases/download/v${CONCOURSE_VERSION}/fly-${CONCOURSE_VERSION}-linux-amd64.tgz"
0 commit comments