Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update balena/open-balena-base from 14.0.0 to 16.0.7
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
ab77 authored Oct 2, 2023
1 parent 051474c commit cc63a5d
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 balena/open-balena-base:no-systemd-v14.0.0 AS build
FROM balena/open-balena-base:no-systemd-v16.0.7 AS build

WORKDIR /usr/src/app

Expand All @@ -7,7 +7,7 @@ RUN npm ci
RUN npm run build && npm run test:in-container

# ---- Final image ----
FROM balena/open-balena-base:no-systemd-v14.0.0
FROM balena/open-balena-base:no-systemd-v16.0.7

ENV NODE_ENV=prod
WORKDIR /usr/src/app
Expand Down

0 comments on commit cc63a5d

Please sign in to comment.