Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hawton <daniel@hawton.org>
  • Loading branch information
dhawton committed Sep 7, 2024
1 parent d37dd3c commit a36b772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG GOLANG_VERSION=1.22
ARG GOLANG_VERSION=1.23
ARG UBUNTU_VERSION=jammy

FROM golang:${GOLANG_VERSION} AS binary_tools_context

ENV GOLANGCI_LINT_VERSION=v1.58.0
ENV GOLANGCI_LINT_VERSION=v1.60.3
ENV HADOLINT_VERSION=v2.12.0
ENV HUGO_VERSION=0.122.0
ENV SHELLCHECK_VERSION=v0.9.0
Expand Down

0 comments on commit a36b772

Please sign in to comment.