Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 0b9fffd

Browse files
committed
Fix persistence image
1 parent f1de878 commit 0b9fffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persistence/persistence-elastic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /home/app
44
COPY package.json package-lock.json ./
55
RUN npm ci --production
66

7-
FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/persistence-sdk:nodejs12
7+
FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/persistence-sdk-nodejs:latest
88
WORKDIR /home/app/persistence-wrapper/persistence/
99
COPY --from=build --chown=app:app /home/app/node_modules/ ./node_modules/
1010
COPY --chown=app:app ./persist.js ./persist.js

0 commit comments

Comments
 (0)