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 Aug 8, 2024
1 parent e3ae114 commit 0eca919
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.79-slim-bullseye AS build-default
FROM rust:1.80-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.79.0-alpine3.20 AS build-alpine
FROM rust:1.80.1-alpine3.20 AS build-alpine
RUN apk add upx
USER nobody
WORKDIR /opt/swarmcret
Expand Down

0 comments on commit 0eca919

Please sign in to comment.