Skip to content

Commit

Permalink
Update node Docker tag to v12.18.3 (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Aug 15, 2020
1 parent 9f9907a commit fef93c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.16.3 AS build
FROM node:12.18.3 AS build

WORKDIR /usr/src/app

Expand All @@ -12,7 +12,7 @@ COPY crafty.config.js /usr/src/app/crafty.config.js

RUN yarn crafty:build

FROM node:12.16.3
FROM node:12.18.3

# Install extensions : zip, rar, imagick
RUN (sed -i "s/main/main contrib non-free/g" /etc/apt/sources.list) && \
Expand Down

0 comments on commit fef93c9

Please sign in to comment.