Skip to content

Commit

Permalink
fix: docker image building #2542
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 7, 2023
1 parent 757ef1b commit a215ae7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ dist
*/dist
module-legacy/entrypoints
module-legacy/manifests
launcher
.cache
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-bullseye as companion-builder
FROM node:18.16.0-bullseye as companion-builder

# Installation Prep
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit a215ae7

Please sign in to comment.