From d4ecd535075a3d771f886584e7933d80611b100f Mon Sep 17 00:00:00 2001
From: InfraOwner <120140348+InfraOwner@users.noreply.github.com>
Date: Wed, 8 Feb 2023 12:00:29 -0700
Subject: [PATCH] [Snyk] Security upgrade alpine from 3.16 to 3.17 (#2439)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR was automatically created by Snyk using the credentials of a real user.
Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.
#### Changes included in this PR
- build/Dockerfile
We recommend upgrading to `alpine:3.17`, as this image has only 0 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.
---
**Note:** _You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs._
For more information:
🧐 [View latest project report](https://app.snyk.io/org/alcion/project/4c1165db-1d77-4278-b861-48e29b49c4e7?utm_source=github-enterprise&utm_medium=referral&page=fix-pr)
🛠 [Adjust project settings](https://app.snyk.io/org/alcion/project/4c1165db-1d77-4278-b861-48e29b49c4e7?utm_source=github-enterprise&utm_medium=referral&page=fix-pr/settings)
[//]: # 'snyk:metadata:{"prId":"c955a1d4-b78e-425c-87ad-3a2f6ea2ae3c","prPublicId":"c955a1d4-b78e-425c-87ad-3a2f6ea2ae3c","dependencies":[{"name":"alpine","from":"3.16","to":"3.17"}],"packageManager":"dockerfile","projectPublicId":"4c1165db-1d77-4278-b861-48e29b49c4e7","projectUrl":"https://app.snyk.io/org/alcion/project/4c1165db-1d77-4278-b861-48e29b49c4e7?utm_source=github-enterprise&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":[],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title"],"priorityScoreList":[]}'
---
**Learn how to fix vulnerabilities with free interactive lessons:**
🦉 [Learn about vulnerability in an interactive lesson of Snyk Learn.](https://learn.snyk.io/?loc=fix-pr)
---
build/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/Dockerfile b/build/Dockerfile
index 8a7eaf299..ae88dfc8f 100644
--- a/build/Dockerfile
+++ b/build/Dockerfile
@@ -6,7 +6,7 @@ COPY src .
ARG CORSO_BUILD_LDFLAGS=""
RUN go build -o corso -ldflags "$CORSO_BUILD_LDFLAGS"
-FROM alpine:3.16
+FROM alpine:3.17
LABEL org.opencontainers.image.title="Corso"
LABEL org.opencontainers.image.description="Free, Secure, and Open-Source Backup for Microsoft 365"