Skip to content

Commit

Permalink
chore(docker): update docker image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkane committed Apr 30, 2024
1 parent 1ff51fc commit 7b81387
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
FROM node:18.12.1-alpine
FROM node:22-alpine3.19

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

ARG LINK=no

RUN apk update && apk upgrade

RUN adduser -S ory -D -u 10000 -s /bin/nologin

COPY package.json .
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b81387

Please sign in to comment.