fix: docker build (#52)

Reviewed-on: #52
Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl>
Co-committed-by: Felipe Contreras Salinas <felipe@bstr.cl>
This commit is contained in:
Felipe 2025-06-14 19:37:46 -04:00 committed by Felipe
parent 93ceafba91
commit 71a96f722e
Signed by: Ludwig
GPG key ID: 441A26F83D31FAFF

View file

@ -1,5 +1,5 @@
##### Builder ####
FROM rust:1.76-alpine3.19 as builder
FROM rust:1.87-alpine3.20 AS builder
# Install dependencies
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
FROM alpine:3.19 AS Runtime
FROM alpine:3.20 AS runtime
RUN apk add --no-cache sqlite