Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #643 from serlo/dependabot/docker/alpine-3.19
Browse files Browse the repository at this point in the history
chore(deps): bump alpine from 3.18 to 3.19
  • Loading branch information
kulla authored Dec 11, 2023
2 parents 82d3803 + 2175146 commit 77bfc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY Cargo.toml .
COPY .sqlx .sqlx
RUN RUSTFLAGS='-C target-feature=-crt-static' cargo build --release

FROM alpine:3.18
FROM alpine:3.19
WORKDIR /usr/src/app
RUN apk update && apk add --no-cache openssl openssl-dev libgcc
COPY --from=build /usr/src/app/target/release/server .
Expand Down

0 comments on commit 77bfc35

Please sign in to comment.