Skip to content

Commit

Permalink
Bump to rust:1.78.0-alpine3.20@sha256:214477ec837f9bedd80be4b087fec09…
Browse files Browse the repository at this point in the history
…e3f270831979412840f3f6c38e5a0d9c1

Signed-off-by: Jauder Ho <[email protected]>
  • Loading branch information
jauderho committed May 26, 2024
1 parent fa0eb96 commit 17f5da2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion onetun/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM alpine:3.17.2@sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a AS build
FROM rust:1.78.0-alpine3.19@sha256:d4d3f81f3111991353bd7c7fa513ad3725a27027575fd82e24fb7babcd8f26f7 AS build
FROM rust:1.78.0-alpine3.20@sha256:214477ec837f9bedd80be4b087fec09e3f270831979412840f3f6c38e5a0d9c1 AS build

WORKDIR /usr/src/github.com/aramperes/onetun/
#COPY Cargo.toml Cargo.toml
Expand Down
2 changes: 1 addition & 1 deletion rustybgp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM rust:bullseye AS build
FROM rust:1.78.0-alpine3.19@sha256:d4d3f81f3111991353bd7c7fa513ad3725a27027575fd82e24fb7babcd8f26f7 AS build
FROM rust:1.78.0-alpine3.20@sha256:214477ec837f9bedd80be4b087fec09e3f270831979412840f3f6c38e5a0d9c1 AS build
#FROM alpine:3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd AS build

WORKDIR /usr/src/github.com/osrg/rustybgp/
Expand Down
2 changes: 1 addition & 1 deletion zola/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#FROM alpine:edge@sha256:1a4c2018cfbab67566904e18fde9bf6a5c190605bf7da0e1d181b26746a15188 AS build
#FROM alpine:3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd AS build
FROM rust:1.78.0-alpine3.19@sha256:d4d3f81f3111991353bd7c7fa513ad3725a27027575fd82e24fb7babcd8f26f7 AS build
FROM rust:1.78.0-alpine3.20@sha256:214477ec837f9bedd80be4b087fec09e3f270831979412840f3f6c38e5a0d9c1 AS build

WORKDIR /usr/src/github.com/getzola/zola/
#COPY Cargo.toml Cargo.toml
Expand Down

0 comments on commit 17f5da2

Please sign in to comment.