Skip to content

Commit

Permalink
Downgrade version for LTS build
Browse files Browse the repository at this point in the history
- Downgrading due to ENOTSUP error in jenkins.
- ref helxplatform/devops#72 for details
  • Loading branch information
Alexander Hagerman committed May 4, 2021
1 parent 5640522 commit 8e78884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.16.1
12.22.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###################
# Build environment
###################
FROM node:14.16.1-alpine AS builder
FROM node:12.22.1-alpine AS builder
RUN apk add make
# Create and set working directory
RUN mkdir /src
Expand Down

0 comments on commit 8e78884

Please sign in to comment.