Skip to content

Commit

Permalink
Change Node image to lts-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
alangrainger committed Oct 31, 2024
1 parent fcadcc0 commit a9a414e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22
FROM node:lts-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a9a414e

Please sign in to comment.