Skip to content

Commit

Permalink
Upgrade to alpine 3.21 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergundy authored Dec 17, 2024
1 parent 0150991 commit 38741e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/base-images/base-admin-tools.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=alpine:3.20
ARG BASE_IMAGE=alpine:3.21

FROM ${BASE_IMAGE} AS builder

Expand Down
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.20 AS base-builder
FROM golang:1.23.2-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.20 AS base-ci-builder
FROM golang:1.23.2-alpine3.21 AS base-ci-builder

RUN apk add --update --no-cache \
make \
Expand Down
2 changes: 1 addition & 1 deletion docker/base-images/base-server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=alpine:3.20
ARG BASE_IMAGE=alpine:3.21

##### base-server target #####
FROM ${BASE_IMAGE} AS base-server
Expand Down

0 comments on commit 38741e5

Please sign in to comment.