فهرست منبع

build(deps): bump alpine from 3.20 to 3.23

Bumps alpine from 3.20 to 3.23.

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 ماه پیش
والد
کامیت
3347a38dff
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -15,14 +15,14 @@ RUN VERSION="$VERSION" nix \
     build --impure ".#kilo-cross-$TARGETOS-$TARGETARCH"
 RUN ln -s ../bin result/bin/"$BUILDOS"_"$BUILDARCH"
 
-FROM alpine:3.20 AS cni
+FROM alpine:3.23 AS cni
 ARG TARGETARCH
 ARG CNI_PLUGINS_VERSION=v1.9.0
 RUN apk add --no-cache curl && \
     curl -Lo cni.tar.gz https://github.com/containernetworking/plugins/releases/download/$CNI_PLUGINS_VERSION/cni-plugins-linux-$TARGETARCH-$CNI_PLUGINS_VERSION.tgz && \
     tar -xf cni.tar.gz
 
-FROM alpine:3.20
+FROM alpine:3.23
 ARG TARGETOS
 ARG TARGETARCH
 ARG ALPINE_VERSION=v3.20