Skip to content

Commit

Permalink
Merge pull request #142 from pacificporter/go-1.21.3
Browse files Browse the repository at this point in the history
golang:1.21.3-bullseye を利用する
  • Loading branch information
haruyama committed Oct 11, 2023
2 parents 2d7528b + df68e6c commit 915d1c3
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.1-bullseye
FROM golang:1.21.3-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.1-bullseye-18.18.0 .
docker build --platform linux/amd64 -t pacificporter/golang:1.21.3-bullseye-18.18.0 .
```

## push

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

0 comments on commit 915d1c3

Please sign in to comment.