Skip to content

Commit

Permalink
Move asset builder to node 16 and alpine 3.16 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmachell authored Aug 4, 2022
1 parent 1c2eedd commit 7a48c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.13.1-alpine3.12 as asset-env
FROM node:16.16.0-alpine3.16 as asset-env

WORKDIR /app

Expand Down

0 comments on commit 7a48c0a

Please sign in to comment.