Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
applications
renovate
Commits
0e965ffa
Commit
0e965ffa
authored
5 years ago
by
Renovate Bot
Committed by
Rhys Arkins
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(deps): update amd64/node:10.18.1 docker digest to 647d112
parent
c5d133f7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+2
-2
2 additions, 2 deletions
.circleci/config.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
3 additions
and
3 deletions
.circleci/config.yml
+
2
−
2
View file @
0e965ffa
...
...
@@ -74,12 +74,12 @@ commands:
jobs
:
test_node_10
:
docker
:
-
image
:
amd64/node:10.18.1@sha256:
c46b41071ce455e47f205bf83b7ad6593ad22194639df1298a735f407ded1df6
-
image
:
amd64/node:10.18.1@sha256:
647d112e796fcbe9b0262092d7903784f0230714b13409efe090a477f1555227
steps
:
-
test
release
:
docker
:
-
image
:
amd64/node:10.18.1@sha256:
c46b41071ce455e47f205bf83b7ad6593ad22194639df1298a735f407ded1df6
-
image
:
amd64/node:10.18.1@sha256:
647d112e796fcbe9b0262092d7903784f0230714b13409efe090a477f1555227
steps
:
-
checkout
-
restore_cache
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
0e965ffa
FROM
amd64/node:10.18.1@sha256:
c46b41071ce455e47f205bf83b7ad6593ad22194639df1298a735f407ded1df6
AS
tsbuild
FROM
amd64/node:10.18.1@sha256:
647d112e796fcbe9b0262092d7903784f0230714b13409efe090a477f1555227
AS
tsbuild
COPY
package.json .
COPY
yarn.lock .
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment