Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkreuzer committed Jun 3, 2024
2 parents a100276 + 86c3af0 commit b38ab6a
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 96 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ FROM hashicorp/terraform:1.8.3 as terraform
FROM koalaman/shellcheck:v0.10.0 as shellcheck
FROM mstruebing/editorconfig-checker:v3.0.1 as editorconfig-checker
FROM mvdan/shfmt:v3.8.0 as shfmt
FROM rhysd/actionlint:1.7.0 as actionlint
FROM rhysd/actionlint:1.7.1 as actionlint
FROM scalameta/scalafmt:v3.8.1 as scalafmt
FROM zricethezav/gitleaks:v8.18.2 as gitleaks
FROM yoheimuta/protolint:0.49.7 as protolint
FROM ghcr.io/clj-kondo/clj-kondo:2024.03.13-alpine as clj-kondo
FROM dart:3.4.0-sdk as dart
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-alpine3.19 as dotnet-sdk
FROM mcr.microsoft.com/dotnet/sdk:8.0.301-alpine3.19 as dotnet-sdk
FROM mcr.microsoft.com/powershell:7.4-alpine-3.17 as powershell

FROM python:3.12.3-alpine3.19 as clang-format
Expand Down
Loading

0 comments on commit b38ab6a

Please sign in to comment.