Skip to content

Commit

Permalink
feat: update tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
CasLubbers committed Nov 4, 2024
1 parent 1ab0fca commit 9ed672c
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 linode/apl-tools:v2.7.1 as ci
FROM linode/apl-tools:v2.8.0 as ci

ENV APP_HOME=/home/app/stack

Expand Down Expand Up @@ -27,7 +27,7 @@ FROM ci as clean
RUN npm prune --production

#-----------------------------
FROM linode/apl-tools:v2.7.1 as prod
FROM linode/apl-tools:v2.8.0 as prod

ENV APP_HOME=/home/app/stack
ENV ENV_DIR=/home/app/stack/env
Expand Down

0 comments on commit 9ed672c

Please sign in to comment.