Skip to content

Commit

Permalink
deps: use node:18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tekiomo committed Sep 19, 2023
1 parent f6c2ceb commit ed78ce5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN apt-get update \
&& go install github.com/pressly/goose/v3/cmd/goose@latest \
&& go install github.com/mackee/git-credential-github-apps@latest \
&& curl -L git.io/nodebrew | perl - setup \
&& $HOME/.nodebrew/current/bin/nodebrew install-binary v16.20.2 \
&& $HOME/.nodebrew/current/bin/nodebrew use v16.20.2 \
&& $HOME/.nodebrew/current/bin/nodebrew install-binary v18.18.0 \
&& $HOME/.nodebrew/current/bin/nodebrew use v18.18.0 \
&& rm -rf /tmp/* \
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
&& unzip awscliv2.zip \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## build

```
docker build --platform linux/amd64 -t pacificporter/golang:1.21.1-bullseye-16.20.2 .
docker build --platform linux/amd64 -t pacificporter/golang:1.21.1-bullseye-18.18.0 .
```

## push

```
docker push pacificporter/golang:1.21.1-bullseye-16.20.2
docker push pacificporter/golang:1.21.1-bullseye-18.18.0
```

0 comments on commit ed78ce5

Please sign in to comment.