From ebbfe90ba0969c381cdffc25b49a0631b0da2a46 Mon Sep 17 00:00:00 2001 From: Dev containers Bot <126614555+devcontainers-bot@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:53:17 -0700 Subject: [PATCH] Automated documentation update [skip ci] (#267) Co-authored-by: github-actions --- src/alpine/README.md | 2 +- src/go-postgres/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/alpine/README.md b/src/alpine/README.md index 5f224bb4..d47458d7 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 6c6f5828..9e1bc510 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`._