Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent 02a3bdc commit a44d600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG ALPINE_VERSION=3.20
FROM ghcr.io/sparkfabrik/docker-alpine-aws-cli:${AWS_CLI_VERSION}-alpine${ALPINE_VERSION} AS awscli

# Build go binaries
FROM golang:1.22.5-alpine3.20 AS gobinaries
FROM golang:1.23.1-alpine3.20 AS gobinaries

# https://github.com/jrhouston/tfk8s
ENV TFK8S_VERSION=0.1.10
Expand Down

0 comments on commit a44d600

Please sign in to comment.