Fix source image (to get rid of deprecation warnings)

This commit is contained in:
Radek Golan 2024-03-04 21:56:11 +01:00
parent 0344f18656
commit 62109cb856

View File

@ -1,4 +1,4 @@
FROM node:bookworm FROM node:lts-bookworm
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y ca-certificates curl && \ apt-get install -y ca-certificates curl && \