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 5968484 commit c3a63edCopy full SHA for c3a63ed
Dockerfile
@@ -8,11 +8,11 @@
8
# docker run --rm -it toolbox-aws /bin/bash
9
###
10
# https://hub.docker.com/r/hashicorp/terraform
11
-FROM hashicorp/terraform:1.2.9 as terraform
+FROM hashicorp/terraform:1.12.2 as terraform
12
# https://hub.docker.com/_/node?tab=tags&page=2&name=17
13
FROM node:20-alpine AS node
14
15
-FROM alpine:3.16
+FROM alpine:3.22
16
17
LABEL org.opencontainers.image.authors="[email protected]" \
18
org.opencontainers.image.vendor="https://github.com/cloudkats" \
0 commit comments