Fix version in base dockerfile

This commit is contained in:
Austin 2023-01-03 17:03:39 +00:00
parent c64d32e2c0
commit 7d8b0e983a

View File

@ -1,5 +1,5 @@
# Build image
FROM rust:alpine3.14 AS chef
FROM rust:alpine3.16 AS chef
RUN set -x \
# Add user
@ -41,7 +41,7 @@ RUN cargo build --release -p lldap -p migration-tool \
&& ./app/build.sh
# Final image
FROM alpine:3.14
FROM alpine:3.16
ENV GOSU_VERSION 1.14
# Fetch gosu from git