Skip to content

Commit

Permalink
build: Updated Alpine Linux v3.20 --> v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
cederberg committed Jan 25, 2025
1 parent a69de76 commit a7de7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20 as build
FROM alpine:3.21 AS build
ARG DATE
ARG COMMIT
ARG VERSION
Expand All @@ -11,7 +11,7 @@ ENV DATE=${DATE} COMMIT=${COMMIT} VERSION=${VERSION}
RUN cd /build && \
cargo build --release

FROM alpine:3.20
FROM alpine:3.21
RUN apk --no-cache upgrade && \
apk --no-cache add libgcc
COPY --from=build /build/target/release/upstate /usr/local/bin/upstate
Expand Down

0 comments on commit a7de7ea

Please sign in to comment.