Browse Source

build(deps): bump alpine from 3.17.0 to 3.17.1 (#44)

Bumps alpine from 3.17.0 to 3.17.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 year ago
parent
commit
e2191ba304
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/alpine:3.17.0
+FROM docker.io/alpine:3.17.1
   
 ARG OPENSSH_SERVER_PACKAGE_VERSION=9.1_p1-r1
 RUN apk add --no-cache openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION