Skip to content

Commit

Permalink
Update Alpine version in container images
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Nov 29, 2023
1 parent 1439aa0 commit 3ed24fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/rust:alpine3.15 as builder
FROM docker.io/library/rust:alpine3.17 as builder

RUN apk add \
cmake \
Expand All @@ -12,7 +12,7 @@ RUN RUSTFLAGS=-Ctarget-feature=-crt-static cargo install \
--path . \
--root /usr/local

FROM docker.io/library/alpine:3.15
FROM docker.io/library/alpine:3.17

RUN apk add \
libgcc \
Expand Down

0 comments on commit 3ed24fa

Please sign in to comment.