Skip to content

Commit

Permalink
feat: packer 1.10 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda authored Dec 19, 2023
1 parent 272f086 commit 9c03308
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG TERRAFORM_VERSION=1.5.7
ARG MONDOO_VERSION=9.0.2
ARG PACKER_VERSION=1.9.4
ARG PACKER_VERSION=1.10
ARG YQ_VERSION=4.35.2
ARG TERRAFORM_DOCS_VERSION=latest
ARG TFLINT_VERSION=latest
Expand All @@ -17,7 +17,6 @@ FROM docker.io/hashicorp/vault:${VAULT_VERSION} as vault

FROM docker.io/hashicorp/terraform:$TERRAFORM_VERSION as tf


# hadolint ignore=DL3018
RUN apk add --no-cache perl aws-cli bash git jq curl gettext ruby-dev ruby-bundler make gcc g++ libc-dev ansible musl-dev python3-dev py3-pip py3-ruamel.yaml py3-tomli libffi-dev openssl-dev cargo

Expand Down

0 comments on commit 9c03308

Please sign in to comment.