diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-22 22:34:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-22 22:34:33 -0400 |
| commit | f9b5d95209383c0894e698ebd0f60f174c9ff09e (patch) | |
| tree | 90d32b2b58c4fb04b92396ee04433bf821db1e5a | |
| parent | 363ee7634d26052620065f600690cfc04c01e96c (diff) | |
chore(deps): bump alpine from 3.19 to 3.20 (#776)
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
@@ -10,7 +10,7 @@ COPY . . RUN mkdir -p dist && \ make controller -FROM alpine:3.19 +FROM alpine:3.20 RUN apk update && \ apk upgrade && \ |
