Skip to content

Commit 86d30f1

Browse files
authored
update dependencies (#8)
* update dependencies * try py 3.12 * try py 3.11
1 parent 5d98e2a commit 86d30f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# source: https://gist.github.com/nitrocode/62505b0623cd9bf27e4b39a3f98412f5
22

33
# https://github.com/runatlantis/atlantis/tags
4-
ARG ATLANTIS_VERSION=0.23.3
4+
ARG ATLANTIS_VERSION=0.27.1
55

66
# https://github.com/aws/aws-cli/tags
7-
ARG AWS_CLI_VERSION=2.11.6
7+
ARG AWS_CLI_VERSION=2.15.22
88

99
# https://hub.docker.com/_/python/tags?page=1&name=alpine
10-
ARG PYTHON_ALPINE_VERSION=3.10.10-alpine3.17
10+
ARG PYTHON_ALPINE_VERSION=3.11-alpine
1111

1212
# https://github.com/jqlang/jq/pkgs/container/jq
1313
ARG JQ_VERSION=1.7.1

0 commit comments

Comments
 (0)