Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.6 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 87c697d commit fecc626
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.23.4-alpine3.20 AS gobinaries
FROM golang:1.23.6-alpine3.20 AS gobinaries

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

0 comments on commit fecc626

Please sign in to comment.