Skip to content

Commit 7339e66

Browse files
authored
chore(docker): upgrade ubuntu to 24.04 and pin alpine to 3.22 (#1953)
Signed-off-by: Sylvain Rabot <sylvain@formance.com>
1 parent ca1e676 commit 7339e66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

base.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM ubuntu:22.04 AS base
1+
FROM ubuntu:24.04 AS base
22
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y ca-certificates curl tzdata && rm -rf /var/lib/apt/lists/*
33

4-
FROM alpine:latest AS certs
4+
FROM alpine:3.22 AS certs
55
RUN apk --update add ca-certificates
66

77
FROM scratch AS scratch

0 commit comments

Comments
 (0)