Browse Source

Bump alpine from 3.17 to 3.18 in /package (#7550)

Bumps alpine from 3.17 to 3.18.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/7564/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
266926693a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package/Dockerfile

2
package/Dockerfile

@ -1,4 +1,4 @@
FROM alpine:3.17 as base
FROM alpine:3.18 as base
RUN apk add -U ca-certificates tar zstd
COPY build/out/data.tar.zst /
RUN mkdir -p /image/etc/ssl/certs /image/run /image/var/run /image/tmp /image/lib/modules /image/lib/firmware && \

Loading…
Cancel
Save