Skip to content

Commit

Permalink
Merge branch 'main' into prod-setup2
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrflexion committed Sep 11, 2024
2 parents eb8ec5f + 44d4269 commit 5e01d29
Show file tree
Hide file tree
Showing 12 changed files with 3,045 additions and 10 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ repos:
types_or:
- go
pass_filenames: false

- repo: local
hooks:
- id: terraform-format
name: terraform-format
entry: bash -c 'terraform fmt -recursive -write'
language: system
types_or:
- terraform
pass_filenames: false
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY --chown=myLowPrivilegeUser ./ ./
RUN make compile


FROM alpine:3.20.2
FROM alpine:3.20.3


RUN apk update && apk upgrade && apk add ca-certificates && rm -rf /var/cache/apk/*
Expand Down
Loading

0 comments on commit 5e01d29

Please sign in to comment.