fix: docker build
This commit is contained in:
parent
93ceafba91
commit
9e79c5e032
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
##### Builder ####
|
##### Builder ####
|
||||||
FROM rust:1.76-alpine3.19 as builder
|
FROM rust:1.87-alpine3.20 AS builder
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apk add --no-cache sqlite npm musl-dev fd minify && npm install -g typescript
|
RUN apk add --no-cache sqlite npm musl-dev fd minify && npm install -g typescript
|
||||||
|
|
@ -46,7 +46,7 @@ RUN fd -e html . '/usr/src/huellas/static/' -x minify -r -o {} {} \
|
||||||
|
|
||||||
################
|
################
|
||||||
##### Runtime
|
##### Runtime
|
||||||
FROM alpine:3.19 AS Runtime
|
FROM alpine:3.20 AS runtime
|
||||||
|
|
||||||
RUN apk add --no-cache sqlite
|
RUN apk add --no-cache sqlite
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue