Skip to content

Commit

Permalink
feat(devcontainer): upgrade go-devcontainer v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Sep 9, 2021
1 parent ec0df71 commit 9a5c216
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adrienaury/go-devcontainer:v0.4
FROM adrienaury/go-devcontainer:v0.5

USER root

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adrienaury/go-devcontainer-ci:v0.4
FROM adrienaury/go-devcontainer-ci:v0.5

USER root

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Types of changes
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [0.6.0]

- `Changed` Upgrade go-devcontainer from v0.4 to v0.5

## [0.5.0]

- `Changed` Upgrade go-devcontainer from v0.3 to v0.4
Expand Down

0 comments on commit 9a5c216

Please sign in to comment.