Skip to content

Commit

Permalink
chore(deps): update rust docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent be1b85e commit 2584391
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 rust:1.83-slim-bullseye AS build-default
FROM rust:1.84-slim-bullseye AS build-default
RUN apt-get update && apt-get install -y upx-ucl
USER nobody
WORKDIR /opt/swarmcret
Expand All @@ -7,7 +7,7 @@ RUN cargo test
RUN cargo build --release
RUN upx --best --lzma target/release/swarmcret

FROM rust:1.83.0-alpine3.21 AS build-alpine
FROM rust:1.84.0-alpine3.21 AS build-alpine
RUN apk add upx musl-dev
USER nobody
WORKDIR /opt/swarmcret
Expand Down

0 comments on commit 2584391

Please sign in to comment.