Skip to content

Commit

Permalink
feat: update tools version (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasLubbers authored Nov 4, 2024
1 parent 1ab0fca commit 718719b
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 718719b

Please sign in to comment.