Skip to content

Commit

Permalink
use node 16.17 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Aug 20, 2023
1 parent bdba8e9 commit ec5ede7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux-amd64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UPSTREAM_IMAGE
ARG UPSTREAM_DIGEST_AMD64

FROM node:14.17-alpine AS builder
FROM node:16.17-alpine AS builder
RUN apk add --no-cache curl
ARG VERSION
ENV COMMIT_TAG=${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion linux-arm64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UPSTREAM_IMAGE
ARG UPSTREAM_DIGEST_ARM64

FROM node:14.17-alpine AS builder
FROM node:16.17-alpine AS builder
RUN apk add --no-cache curl build-base python3 python2 sqlite
ARG VERSION
ENV COMMIT_TAG=${VERSION}
Expand Down

0 comments on commit ec5ede7

Please sign in to comment.