Bumped rust & docker versions
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/deploy Pipeline was successful Details

pull/51/head
Jef Roosens 2022-08-13 12:31:56 +02:00
parent b2862efe72
commit b891d91386
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.61-alpine3.15 AS builder
FROM rust:1.63-alpine3.16 AS builder
ARG DI_VER=1.2.5
@ -18,7 +18,7 @@ COPY . ./
RUN cargo build --release
FROM alpine:3.15
FROM alpine:3.16
COPY --from=builder /app/target/release/site /bin/site
COPY --from=builder /app/dumb-init /bin/dumb-init

View File

@ -1,2 +1,2 @@
[toolchain]
channel = "1.61"
channel = "1.63"