Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 53c6bb6 commit e459af4
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.19
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.3-alpine3.20 AS gobinaries

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

0 comments on commit e459af4

Please sign in to comment.