diff --git a/src/alpine/README.md b/src/alpine/README.md index 5f224bb..d47458d 100644 --- a/src/alpine/README.md +++ b/src/alpine/README.md @@ -7,7 +7,7 @@ Simple Alpine container with Git installed. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| imageVariant | Alpine version: | string | 3.19 | +| imageVariant | Alpine version: | string | 3.20 | This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata. diff --git a/src/go-postgres/README.md b/src/go-postgres/README.md index 6c6f582..9e1bc51 100644 --- a/src/go-postgres/README.md +++ b/src/go-postgres/README.md @@ -52,7 +52,7 @@ The `ports` property in `docker-compose.yml` [publishes](https://docs.docker.com ### Installing Go Dependencies -This template includes the popular [PostGres Driver Library for Go](github.com/lib/pq). This is the recommended driver for use with Go, as per [GoLang Documentation](https://golangdocs.com/golang-postgresql-example). +This template includes the popular [PostGres Driver Library for Go](https://github.com/lib/pq). This is the recommended driver for use with Go, as per [GoLang Documentation](https://golangdocs.com/golang-postgresql-example). If you wish to change this, you may add additional `RUN` commands in the [Go Dockerfile](.devcontainer/Dockerfile). For example: @@ -61,6 +61,7 @@ If you wish to change this, you may add additional `RUN` commands in the [Go Doc RUN go get -x ``` + --- _Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/go-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._