1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-28 03:41:58 +00:00

Change Node image to lts-alpine

This commit is contained in:
Alan Grainger 2024-10-31 17:44:16 +01:00
parent fcadcc0398
commit a9a414eb68
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM node:22
FROM node:lts-alpine
WORKDIR /app

View file

@ -1,6 +1,6 @@
services:
immich-public-proxy:
image: ghcr.io/alangrainger/immich-public-proxy:latest
image: alangrainger/immich-public-proxy:latest
container_name: immich-public-proxy
restart: always
ports:

View file

@ -1,6 +1,6 @@
{
"name": "immich-public-proxy",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/index.js",
"scripts": {
"dev": "ts-node src/index.ts",