Skip to content

Commit

Permalink
Update docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jun 17, 2024
1 parent d7eb414 commit a253f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile-web
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:15-alpine3.10
FROM node:22-alpine3.19
MAINTAINER Frédéric Rodrigo <[email protected]>

RUN apk add --update make gettext
RUN apk add --update make gettext gcompat

RUN mkdir -p /data/project/osmose/frontend/web
WORKDIR /data/project/osmose/frontend/web
Expand Down

0 comments on commit a253f53

Please sign in to comment.