Skip to content

Commit

Permalink
ci: update docker image and pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 11, 2024
1 parent 9f8c19e commit 4d5a798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude_types: [markdown]
Expand All @@ -21,7 +21,7 @@ repos:
- id: go-mod-tidy

- repo: https://github.com/beeper/pre-commit-go
rev: v0.3.1
rev: v0.4.2
hooks:
- id: zerolog-ban-msgf
- id: zerolog-use-stringer
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

ENV UID=1337 \
GID=1337
Expand Down

0 comments on commit 4d5a798

Please sign in to comment.