Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawton committed Feb 11, 2024
1 parent aa8fe36 commit 475fbf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG GOLANG_VERSION=1.21
ARG GOLANG_VERSION=1.22
ARG UBUNTU_VERSION=jammy

FROM golang:${GOLANG_VERSION} AS binary_tools_context

ENV GOLANGCI_LINT_VERSION=v1.55.1
ENV GOLANGCI_LINT_VERSION=v1.56.1
ENV HADOLINT_VERSION=v2.12.0
ENV HUGO_VERSION=0.120.1
ENV HUGO_VERSION=0.122.0
ENV SHELLCHECK_VERSION=v0.9.0
ENV SU_EXEC_VERSION=0.2

Expand Down

0 comments on commit 475fbf1

Please sign in to comment.