Skip to content

Commit

Permalink
Automated documentation update [skip ci] (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
devcontainers-bot and github-actions authored Jun 25, 2024
1 parent 3f29afe commit ebbfe90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion src/go-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -61,6 +61,7 @@ If you wish to change this, you may add additional `RUN` commands in the [Go Doc
RUN go get -x <github-link-for-package>
```


---

_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`._

0 comments on commit ebbfe90

Please sign in to comment.