Skip to content

Commit 2ed7840

Browse files
chore(deps): bump linode/apl-tools in the docker-dependencies group
Bumps the docker-dependencies group with 1 update: linode/apl-tools. Updates `linode/apl-tools` from v2.10.6 to v2.10.7 --- updated-dependencies: - dependency-name: linode/apl-tools dependency-version: v2.10.7 dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 615a23c commit 2ed7840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM linode/apl-tools:v2.10.6 AS ci
1+
FROM linode/apl-tools:v2.10.7 AS ci
22

33
ENV APP_HOME=/home/app/stack
44

@@ -36,7 +36,7 @@ FROM ci AS clean
3636
# below command removes the packages specified in devDependencies and set NODE_ENV to production
3737
RUN npm prune --production
3838

39-
FROM linode/apl-tools:v2.10.6 AS prod
39+
FROM linode/apl-tools:v2.10.7 AS prod
4040
ARG APPS_REVISION=''
4141
ENV APP_HOME=/home/app/stack
4242
ENV ENV_DIR=/home/app/stack/env

0 commit comments

Comments
 (0)