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 5d98e2a commit 86d30f1Copy full SHA for 86d30f1
Dockerfile
@@ -1,13 +1,13 @@
1
# source: https://gist.github.com/nitrocode/62505b0623cd9bf27e4b39a3f98412f5
2
3
# https://github.com/runatlantis/atlantis/tags
4
-ARG ATLANTIS_VERSION=0.23.3
+ARG ATLANTIS_VERSION=0.27.1
5
6
# https://github.com/aws/aws-cli/tags
7
-ARG AWS_CLI_VERSION=2.11.6
+ARG AWS_CLI_VERSION=2.15.22
8
9
# https://hub.docker.com/_/python/tags?page=1&name=alpine
10
-ARG PYTHON_ALPINE_VERSION=3.10.10-alpine3.17
+ARG PYTHON_ALPINE_VERSION=3.11-alpine
11
12
# https://github.com/jqlang/jq/pkgs/container/jq
13
ARG JQ_VERSION=1.7.1
0 commit comments