Commit da4391ec authored by Renovate Bot's avatar Renovate Bot
Browse files

Pin dependencies

parent 9d5cfe22
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM node:24-alpine AS base
FROM node:24-alpine@sha256:d32cdf619f63fe0471182d08996dd516c6275bb5fd31ae06e55a570bd9e1ad43 AS base
# add openssl as root
RUN apk add --no-cache openssl 
RUN apk add --update --no-cache make g++ jpeg-dev cairo-dev giflib-dev pango-dev libtool autoconf automake
+2 −2
Original line number Diff line number Diff line
@@ -34,14 +34,14 @@ services:
      - canvas
  redis:
    restart: always
    image: redis:7-alpine
    image: redis:7-alpine@sha256:ff02b58f971e7d7d156a1267e283fcbbeee91773b6aa36c49dac28ecfe28eadf
    healthcheck:
      test: ["CMD", "redis-cli", "ping"]
    volumes:
      - ./data/redis:/data
  postgres:
    restart: always
    image: postgres:14-alpine
    image: postgres:14-alpine@sha256:727876d274666da0b92a445390ba093c84b8e9f8343e1c53cd4e9a7ab2d85310
    user: ${UID}:${GID}
    healthcheck:
      test: ["CMD", "pg_isready", "-U", "postgres"]
+1 −1
Original line number Diff line number Diff line
FROM node:24-alpine AS base
FROM node:24-alpine@sha256:d32cdf619f63fe0471182d08996dd516c6275bb5fd31ae06e55a570bd9e1ad43 AS base

WORKDIR /app