Skip to content

Commit

Permalink
Update Dockerfile node-16 for homer-ui angular version 16.x
Browse files Browse the repository at this point in the history
Update Dockerfile node-16 for homer-ui Angular updated version 16.x
  • Loading branch information
RFbkak37y3kIY authored May 6, 2024
1 parent 76f0b49 commit b7fcbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine as webapp
FROM node:16-alpine as webapp
ENV BUILD 20220211-001
RUN apk add git && git clone https://github.com/sipcapture/homer-ui /app
WORKDIR /app
Expand Down

0 comments on commit b7fcbde

Please sign in to comment.