Skip to content

Commit 82e3716

Browse files
chore(deps): bump linode/apl-tools from v2.8.2 to v2.8.5 (#1820)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ani Argjiri <[email protected]>
1 parent e0bc42e commit 82e3716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM linode/apl-tools:v2.8.2 AS ci
1+
FROM linode/apl-tools:v2.8.5 AS ci
22

33
ENV APP_HOME=/home/app/stack
44

@@ -26,7 +26,7 @@ FROM ci AS clean
2626
# below command removes the packages specified in devDependencies and set NODE_ENV to production
2727
RUN npm prune --production
2828

29-
FROM linode/apl-tools:v2.8.2 AS prod
29+
FROM linode/apl-tools:v2.8.5 AS prod
3030
ENV APP_HOME=/home/app/stack
3131
ENV ENV_DIR=/home/app/stack/env
3232
ENV VERBOSITY='0'

0 commit comments

Comments
 (0)