diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-30 08:43:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 08:43:09 -0400 |
| commit | fbc8174e865b2453b016a8e92b556cd86d8861e4 (patch) | |
| tree | 1c3ce3e86174fb7f45eed03e05f6b240cf47a7c7 | |
| parent | c32bb5fff9825c986466e0480563854e4b6d610e (diff) | |
Build(deps): Bump alpine from 3.19 to 3.20 (#2080)
Bumps alpine from 3.19 to 3.20.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ COPY --from=build /bin/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT} /gompl ENTRYPOINT [ "/gomplate" ] -FROM alpine:3.19 AS gomplate-alpine +FROM alpine:3.20 AS gomplate-alpine ARG VCS_REF ARG TARGETOS |
