Skip to content

Commit

Permalink
Fix base builder go images (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergundy authored Dec 18, 2024
1 parent 4bf2c30 commit f8dd0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/base-images/base-builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.2-alpine3.21 AS base-builder
FROM golang:1.23.4-alpine3.21 AS base-builder

RUN apk add --update --no-cache \
make \
Expand Down
2 changes: 1 addition & 1 deletion docker/base-images/base-ci-builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.2-alpine3.21 AS base-ci-builder
FROM golang:1.23.4-alpine3.21 AS base-ci-builder

RUN apk add --update --no-cache \
make \
Expand Down

0 comments on commit f8dd0c4

Please sign in to comment.