Skip to content

Commit

Permalink
buildpack と runtaime を最新のものに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
shigerix committed May 31, 2024
1 parent 1b535ad commit b546b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hackmdio/buildpack:node-10-95fb3df8 as BUILD
FROM hackmdio/buildpack:16.20.2-35fe7e39 as BUILD

COPY --chown=hackmd:hackmd . .
ENV QT_QPA_PLATFORM=offscreen
Expand All @@ -14,7 +14,7 @@ RUN set -xe && \
package-lock.json webpack.prod.js webpack.htmlexport.js webpack.dev.js webpack.common.js \
config.json.example README.md CONTRIBUTING.md AUTHORS node_modules

FROM hackmdio/runtime:node-10-cjk-95fb3df8
FROM hackmdio/runtime:16.20.2-35fe7e39
USER hackmd
ENV QT_QPA_PLATFORM=offscreen
WORKDIR /home/hackmd/app
Expand Down

0 comments on commit b546b52

Please sign in to comment.