Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 2591fe7

Browse files
authored
added atmos version pinning, using same version as infra-live (#17)
1 parent 79b04f2 commit 2591fe7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ARG VERSION=latest
22
ARG OS=debian
33
ARG CLI_NAME=tutorials
44
ARG TF_1_VERSION=1.3.0
5+
ARG ATMOS_VERSION=1.4.20
56

67
FROM cloudposse/geodesic:$VERSION-$OS
78

@@ -21,8 +22,9 @@ RUN apt-get update && apt-get install -y -u --allow-downgrades \
2122
update-alternatives --set terraform /usr/share/terraform/1/bin/terraform
2223

2324
# Install Atmos
25+
ARG ATMOS_VERSION
2426
RUN apt-get install -y --allow-downgrades \
25-
atmos \
27+
atmos="${ATMOS_VERSION}-*" \
2628
vendir
2729

2830
# Geodesic message of the Day

0 commit comments

Comments
 (0)