Skip to content

Commit

Permalink
Merge pull request #415 from derrabauke/ci-builder-image-version
Browse files Browse the repository at this point in the history
ci(builder): bump node version to 18
  • Loading branch information
derrabauke authored Jul 4, 2023
2 parents f36f84c + c06689f commit ab9a4be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine AS builder
FROM node:18-alpine AS builder

ARG AUTH_ROLE_ADMIN
ARG AUTH_ROLE_EMPLOYEE
Expand All @@ -9,11 +9,11 @@ ARG OIDC_HOST
# Install dependencies.
RUN apk update && \
apk add --no-cache \
--virtual build-dependencies \
build-base \
gcc \
wget \
git
--virtual build-dependencies \
build-base \
gcc \
wget \
git

# Create unprivileged account.
RUN adduser -D project
Expand Down

0 comments on commit ab9a4be

Please sign in to comment.