Skip to content

Commit

Permalink
chore: avoiding legacy images
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gilin committed Sep 14, 2021
1 parent 644b0aa commit a7529f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1 # use CircleCI 2.1
jobs: # a collection of steps
compliance:
docker:
- image: circleci/python:3.6.4
- image: cimg/python:3.8.1
working_directory: ~/workdir
steps:
- checkout
Expand All @@ -15,7 +15,7 @@ jobs: # a collection of steps
build-and-test:
docker:
- image: circleci/node:14
- image: cimg/node:14.17
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs: # a collection of steps

deploy:
docker:
- image: circleci/golang:1.13
- image: cimg/golang:1.13
steps:
- attach_workspace:
at: ./dest
Expand Down
19 changes: 9 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-wing-cf-tools",
"displayName": "Cloud Foundry Tools",
"version": "6.4.2",
"version": "6.4.3",
"description": "Vscode extension of Cloud Foundry tools",
"categories": [
"Other"
Expand Down

0 comments on commit a7529f0

Please sign in to comment.