Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 2937f76

Browse files
committed
v4.2.0
1 parent 0b3b41a commit 2937f76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM rust:1.62-alpine3.16 as prisma
1+
FROM rust:1.63-alpine3.16 as prisma
22
WORKDIR /prisma
33
ENV RUSTFLAGS="-C target-feature=-crt-static"
44
RUN apk --no-cache add openssl direnv git musl-dev openssl-dev build-base perl protoc
5-
RUN git clone --depth=1 --branch=4.1.0 https://github.com/prisma/prisma-engines.git /prisma
5+
RUN git clone --depth=1 --branch=4.2.0 https://github.com/prisma/prisma-engines.git /prisma
66
RUN cargo build --release
77

88
FROM alpine:3.16

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "4.1.0"
2+
"version": "4.2.0"
33
}

0 commit comments

Comments
 (0)