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

chore(deps): pin dependencies

parent eb018d55
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:156b55f92e98ccd5ef49578a8cea0df4679826564bad1c9d4ef04462b9f0ded6 AS base
# add openssl as root
RUN apk add --no-cache openssl 

+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:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99
    healthcheck:
      test: ["CMD", "redis-cli", "ping"]
    volumes:
      - ./data/redis:/data
  postgres:
    restart: always
    image: postgres:14-alpine
    image: postgres:14-alpine@sha256:f1148c0146b1cd042c566ea15873b479e17bd14589c9eb6bd44a03224a7989c7
    user: ${UID}:${GID}
    healthcheck:
      test: ["CMD", "pg_isready", "-U", "postgres"]