Skip to content

Commit

Permalink
Merge pull request #157 from kon-angelo/update-cve
Browse files Browse the repository at this point in the history
update golang/alpine
  • Loading branch information
kon-angelo authored Jan 20, 2025
2 parents 997bd6c + 6c4c10e commit e20552a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .test-defs/pod-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ spec:
ACCESS_KEY_ID_FILE=<(echo $ACCESS_KEY_ID)
SECRET_ACCESS_KEY_FILE=<(echo $SECRET_ACCESS_KEY)
IMAGE_TAG=$IMAGE_TAG
image: golang:1.21.5
image: golang:1.21.13

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

############# golang-base
ARG PROVIDER=all
FROM golang:1.21.5 AS golang-base
FROM golang:1.21.13 AS golang-base

############# terraform-bundle
FROM golang-base AS terraform-base
Expand Down Expand Up @@ -44,7 +44,7 @@ ARG PROVIDER
RUN make install PROVIDER=$PROVIDER

############# terraformer
FROM alpine:3.19.1 AS terraformer
FROM alpine:3.21.2 AS terraformer

# add additional packages that are required by provider plugins
RUN apk add --update tzdata
Expand Down

0 comments on commit e20552a

Please sign in to comment.