Skip to content

Commit

Permalink
newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Oct 11, 2024
1 parent 47cb810 commit bfd4d4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
12 changes: 7 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@ ARG TARGETARCH
# The ubuntu:noble tag points to the 24.04 release
# https://releases.ubuntu.com/noble/
FROM docker.io/library/ubuntu:noble AS base

# https://github.com/GoogleCloudPlatform/gcr-cleaner/releases
ENV GCR_CLEANER_VERSION="0.12.0"
ENV GCR_CLEANER_VERSION="0.12.2"
# https://github.com/sgarciac/fuego/releases
ENV FUEGO_VERSION="0.34.0"
ENV FUEGO_VERSION="0.35.0"
ENV FUEGO_URL="https://github.com/sgarciac/fuego/archive/refs/tags/${FUEGO_VERSION}.tar.gz"
# https://github.com/terraform-docs/terraform-docs/releases
ENV TFDOC_VERSION="0.17.0"
ENV TFDOC_VERSION="0.19.0"
# https://github.com/aquasecurity/tfsec/releases
ENV TFSEC_VERSION="1.28.6"
ENV TFSEC_VERSION="1.28.11"
# https://github.com/terraform-linters/tflint/releases
ENV TFLINT_VERSION="0.51.1"
ENV TFLINT_VERSION="0.53.0"

# Default to UTF-8 file.encoding
ENV LANG="C.UTF-8"
# Set debconf frontend to noninteractive
Expand Down
10 changes: 5 additions & 5 deletions workstations/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
FROM us-central1-docker.pkg.dev/cloud-workstations-images/predefined/code-oss:latest

# https://github.com/sgarciac/fuego/releases
ENV FUEGO_VERSION="0.34.0"
ENV FUEGO_VERSION="0.35.0"
# https://github.com/GoogleCloudPlatform/gcr-cleaner/releases
ENV GCR_CLEANER_VERSION="0.12.0"
ENV GCR_CLEANER_VERSION="0.12.2"
# https://github.com/terraform-docs/terraform-docs/releases
ENV TFDOC_VERSION="0.17.0"
ENV TFDOC_VERSION="0.19.0"
# https://github.com/terraform-linters/tflint/releases
ENV TFLINT_VERSION="0.51.1"
ENV TFLINT_VERSION="0.53.0"
# https://github.com/aquasecurity/tfsec/releases
ENV TFSEC_VERSION="1.28.6"
ENV TFSEC_VERSION="1.28.11"
# https://open-vsx.org/extension/dracula-theme/theme-dracula
ENV VSX_DRACULA_VERSION="2.25.1"
# https://open-vsx.org/extension/GitLab/gitlab-workflow
Expand Down

0 comments on commit bfd4d4c

Please sign in to comment.