v1.0.1 changes #11

Manually merged
Raven merged 54 commits from betterauth into main 2025-03-21 23:36:08 -04:00
7 changed files with 14 additions and 14 deletions
Showing only changes of commit 3b789d0fd4 - Show all commits

View File

@@ -1,7 +1,7 @@
FROM alpine:3 AS builder
FROM rust:alpine AS builder
LABEL authors="raven"
RUN apk add --no-cache rust cargo openssl-dev protoc
RUN apk add --no-cache musl-dev libressl-dev protobuf-dev
WORKDIR /usr/src/utils
COPY ./utils .

View File

@@ -1,7 +1,7 @@
FROM alpine:3 AS builder
FROM rust:alpine AS builder
LABEL authors="raven"
RUN apk add --no-cache rust cargo openssl-dev protoc
RUN apk add --no-cache musl-dev libressl-dev protobuf-dev
WORKDIR /usr/src/utils
COPY ./utils .

View File

@@ -1,7 +1,7 @@
FROM alpine:3 AS builder
FROM rust:alpine AS builder
LABEL authors="raven"
RUN apk add --no-cache rust cargo openssl-dev protoc
RUN apk add --no-cache musl-dev libressl-dev protobuf-dev
WORKDIR /usr/src/utils
COPY ./utils .

View File

@@ -1,7 +1,7 @@
FROM alpine:3 AS builder
FROM rust:alpine AS builder
LABEL authors="raven"
RUN apk add --no-cache rust cargo openssl-dev protoc
RUN apk add --no-cache musl-dev libressl-dev protobuf-dev
WORKDIR /usr/src/utils
COPY ./utils .

View File

@@ -1,7 +1,7 @@
FROM alpine:3 AS builder
FROM rust:alpine AS builder
LABEL authors="raven"
RUN apk add --no-cache rust cargo openssl-dev protoc
RUN apk add --no-cache musl-dev libressl-dev protobuf-dev
WORKDIR /usr/src/utils
COPY ./utils .

View File

@@ -1,7 +1,7 @@
FROM alpine:3 AS builder
FROM rust:alpine AS builder
LABEL authors="raven"
RUN apk add --no-cache rust cargo openssl-dev protoc
RUN apk add --no-cache musl-dev libressl-dev protobuf-dev
WORKDIR /usr/src/utils
COPY ./utils .

View File

@@ -1,7 +1,7 @@
FROM alpine:3 AS builder
FROM rust:alpine AS builder
LABEL authors="raven"
RUN apk add --no-cache rust cargo openssl-dev protoc
RUN apk add --no-cache musl-dev libressl-dev protobuf-dev
WORKDIR /usr/src/utils
COPY ./utils .