Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 700a303 commit c2443ef
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.22.6-alpine3.20 as gobinaries

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

0 comments on commit c2443ef

Please sign in to comment.