diff --git a/Dockerfile b/Dockerfile index 16722cd..7240d69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM rust:1.62-alpine3.16 as prisma +FROM rust:1.63-alpine3.16 as prisma WORKDIR /prisma ENV RUSTFLAGS="-C target-feature=-crt-static" RUN apk --no-cache add openssl direnv git musl-dev openssl-dev build-base perl protoc -RUN git clone --depth=1 --branch=4.1.0 https://github.com/prisma/prisma-engines.git /prisma +RUN git clone --depth=1 --branch=4.2.0 https://github.com/prisma/prisma-engines.git /prisma RUN cargo build --release FROM alpine:3.16 diff --git a/version.json b/version.json index 2277f02..ee4631b 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "4.1.0" + "version": "4.2.0" }