Skip to content

Commit

Permalink
Bump alpine to 3.20
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Oct 1, 2024
1 parent d1bb441 commit dbf8490
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.6-alpine3.19
FROM golang:1.22-alpine3.20

ARG ARCH=amd64

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/rancher/wharfie

go 1.22

toolchain go1.22.2
toolchain go1.22.5

replace (
k8s.io/api => github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.29.9-k3s2
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19 AS base
FROM alpine:3.20 AS base
RUN apk add -U ca-certificates
RUN mkdir -p /image/etc/ssl/certs /image/bin && \
cp /etc/ssl/certs/ca-certificates.crt /image/etc/ssl/certs/ca-certificates.crt
Expand Down

0 comments on commit dbf8490

Please sign in to comment.