Skip to content

Commit

Permalink
Updated rust and maven image
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Sep 27, 2023
1 parent 0b312d7 commit 28837e2
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,9 +1,9 @@
FROM rust:1.43 as jnsm_builder
FROM rust:1.72 as jnsm_builder
COPY ./jnsm /
WORKDIR /jnsm
RUN cargo build --lib --release

FROM maven:3.6.0-jdk-8 AS java_builder
FROM maven:3.8.6-jdk-8 AS java_builder
WORKDIR /
COPY attestation-aws /attestation-aws
COPY example /example
Expand Down

0 comments on commit 28837e2

Please sign in to comment.