summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-22 22:34:33 -0400
committerGitHub <noreply@github.com>2024-07-22 22:34:33 -0400
commitf9b5d95209383c0894e698ebd0f60f174c9ff09e (patch)
tree90d32b2b58c4fb04b92396ee04433bf821db1e5a
parent363ee7634d26052620065f600690cfc04c01e96c (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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fa0d501..0a89e8e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ COPY . .
RUN mkdir -p dist && \
make controller
-FROM alpine:3.19
+FROM alpine:3.20
RUN apk update && \
apk upgrade && \