Skip to content

Commit

Permalink
Merge pull request #145 from pacificporter/dependabot/docker/golang-1…
Browse files Browse the repository at this point in the history
….21.6-bullseye

build(deps): bump golang from 1.21.5-bullseye to 1.21.6-bullseye
  • Loading branch information
tchssk committed Jan 12, 2024
2 parents 8cf51dd + 60bb462 commit 00c34ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.5-bullseye
FROM golang:1.21.6-bullseye

# `debconf: delaying package configuration, since apt-utils is not installed` を抑止する
ENV DEBCONF_NOWARNINGS yes
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.5-bullseye-18.18.0 .
docker build --platform linux/amd64 -t pacificporter/golang:1.21.6-bullseye-18.18.0 .
```

## push

```
docker push pacificporter/golang:1.21.5-bullseye-18.18.0
docker push pacificporter/golang:1.21.6-bullseye-18.18.0
```

0 comments on commit 00c34ba

Please sign in to comment.