Skip to content

Commit 34d0db1

Browse files
committed
readme updated
1 parent 40e5774 commit 34d0db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ A concourse resource to trigger from netbox
66
This resource is built using a Dockerfile that uses a multi-stage build process. The first stage builds the Go application, and the second stage creates a minimal container image using distroless. The following optional build arguments are available:
77

88
- `BUILDER_NAME`: The name of the Go builder image (default: `golang`)
9-
- `BUILDER_VERSION`: The version of the Go builder image (default: `1.24.4-bookworm`)
10-
- `BASE_NAME`: The base image for the final container (default: `gcr.io/distroless/static-debian12`)
9+
- `BUILDER_VERSION`: The version of the Go builder image (default: `1.25.0-bookworm`)
10+
- `BASE_NAME`: The base image for the final container (default: `gcr.io/distroless/static-debian13`)
1111
- `BASE_VERSION`: The version of the base image (default: `latest`) (`nonroot` is not possible because Concourse [requires root permissions to run the resource](https://github.com/concourse/concourse/issues/403))
1212

1313
The following build arguments are mandatory:

0 commit comments

Comments
 (0)