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

Commit 477f760

Browse files
authored
Update Dockerfile (#24)
1 parent 574fc00 commit 477f760

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Dockerfile

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
ARG VERSION=latest
22
ARG OS=debian
33
ARG CLI_NAME=tutorials
4-
ARG TF_1_VERSION=1.3.0
5-
ARG ATMOS_VERSION=1.16.0
4+
ARG TF_1_VERSION=1.3.10
5+
ARG ATMOS_VERSION=1.50.0
66

77
FROM cloudposse/geodesic:$VERSION-$OS
88

9-
# Install ubuntu universe repo so we can install more helpful packages
10-
RUN apt-get install -y software-properties-common && \
11-
add-apt-repository "deb http://archive.ubuntu.com/ubuntu bionic universe" && \
12-
gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv 3B4FE6ACC0B21F32 && \
13-
gpg --export --armor 3B4FE6ACC0B21F32 | apt-key add - && \
14-
apt-get update && \
15-
apt-get install -y golang-petname
16-
17-
189
ARG TF_1_VERSION
1910
# Install terraform.
2011
RUN apt-get update && apt-get install -y -u --allow-downgrades \

0 commit comments

Comments
 (0)