Spaces:
Runtime error
Runtime error
dependabot[bot]
commited on
Commit
•
8d9b660
1
Parent(s):
9c51128
build(deps): bump rust from 1.75.0-alpine3.18 to 1.76.0-alpine3.18 (#539)
Browse files- Dockerfile +1 -1
- dev.Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM --platform=$BUILDPLATFORM rust:1.
|
2 |
# We only pay the installation cost once,
|
3 |
# it will be cached from the second build onwards
|
4 |
RUN apk add --no-cache alpine-sdk musl-dev g++ make libcrypto3 libressl-dev upx perl build-base
|
|
|
1 |
+
FROM --platform=$BUILDPLATFORM rust:1.76.0-alpine3.18 AS chef
|
2 |
# We only pay the installation cost once,
|
3 |
# it will be cached from the second build onwards
|
4 |
RUN apk add --no-cache alpine-sdk musl-dev g++ make libcrypto3 libressl-dev upx perl build-base
|
dev.Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Create Builder image
|
2 |
-
FROM --platform=$BUILDPLATFORM rust:1.
|
3 |
|
4 |
# Install required dependencies
|
5 |
RUN apk add --no-cache alpine-sdk musl-dev g++ make libcrypto3 libressl-dev perl build-base
|
|
|
1 |
# Create Builder image
|
2 |
+
FROM --platform=$BUILDPLATFORM rust:1.76.0-alpine3.18
|
3 |
|
4 |
# Install required dependencies
|
5 |
RUN apk add --no-cache alpine-sdk musl-dev g++ make libcrypto3 libressl-dev perl build-base
|