Skip to content

Commit

Permalink
chore(deps): update ubuntu:latest docker digest to b359f10 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-jeeves[bot] authored Oct 2, 2024
1 parent de3c4ae commit bab1549
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 @@ -17,7 +17,7 @@ COPY . .
RUN cargo build --release --target x86_64-unknown-linux-musl
RUN strip /build/target/x86_64-unknown-linux-musl/release/rust-arch

FROM ubuntu:latest@sha256:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a AS ubuntu
FROM ubuntu:latest@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b AS ubuntu
RUN groupadd --gid 8779 rust-arch && useradd -g 8779 -M -u 8779 -s /usr/sbin/nologin rust-arch
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
RUN update-ca-certificates
Expand Down

0 comments on commit bab1549

Please sign in to comment.