File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:3.22
3+ FROM ghcr.io/linuxserver/baseimage-alpine:3.23
44
55# set version label
66ARG BUILD_DATE
@@ -10,7 +10,7 @@ LABEL maintainer="roxedus, thelamer"
1010
1111RUN \
1212 echo "**** install build packages ****" && \
13- YQ_VERSION=v4.45.1 &&\
13+ YQ_VERSION=v4.52.5 &&\
1414 wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -O /usr/bin/yq &&\
1515 chmod +x /usr/bin/yq && \
1616 apk add --no-cache --upgrade \
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22
3+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23
44
55# set version label
66ARG BUILD_DATE
@@ -10,7 +10,7 @@ LABEL maintainer="roxedus, thelamer"
1010
1111RUN \
1212 echo "**** install build packages ****" && \
13- YQ_VERSION=v4.45.1 &&\
13+ YQ_VERSION=v4.52.5 &&\
1414 wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_arm64 -O /usr/bin/yq &&\
1515 chmod +x /usr/bin/yq && \
1616 apk add --no-cache --upgrade \
You can’t perform that action at this time.
0 commit comments