diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-18 10:21:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-18 10:21:04 -0400 |
| commit | 4cd01ce9aa8f6c7691fa5965792aebcc71e2f1af (patch) | |
| tree | 2fe6470908514829e3302540aafad439aa11d5b9 /Dockerfile | |
| parent | d80467f8ff85bb6d2c929cf4be6f272c902ed13f (diff) | |
Build(deps): Bump alpine from 3.18.2 to 3.18.3 (#1819)
Bumps alpine from 3.18.2 to 3.18.3.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Dockerfile')
| -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.18.2 AS gomplate-alpine +FROM alpine:3.18.3 AS gomplate-alpine ARG VCS_REF ARG TARGETOS |
