File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
docs/examples/customization/sysctl Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 "spec" : {
55 "initContainers" : [{
66 "name" : " sysctl" ,
7- "image" : " alpine:3.22.1 " ,
7+ "image" : " alpine:3.22.2 " ,
88 "securityContext" : {
99 "privileged" : true
1010 },
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM alpine:3.22.1
15+ FROM alpine:3.22.2
1616
1717RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
1818RUN apk update \
Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14- FROM alpine:3.22.1 AS builder
14+ FROM alpine:3.22.2 AS builder
1515
1616COPY . /
1717
@@ -21,7 +21,7 @@ RUN apk update \
2121 && /build.sh
2222
2323# Use a multi-stage build
24- FROM alpine:3.22.1
24+ FROM alpine:3.22.2
2525
2626ENV PATH=$PATH:/usr/local/luajit/bin:/usr/local/nginx/sbin:/usr/local/nginx/bin
2727
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN apk update \
2323 && apk upgrade \
2424 && /chroot.sh
2525
26- FROM alpine:3.22.1
26+ FROM alpine:3.22.2
2727
2828ARG TARGETARCH
2929ARG VERSION
Original file line number Diff line number Diff line change 11ARG E2E_BASE_IMAGE
22FROM ${E2E_BASE_IMAGE} AS BASE
33
4- FROM alpine:3.22.1
4+ FROM alpine:3.22.2
55
66RUN apk update \
77 && apk upgrade && apk add -U --no-cache \
You can’t perform that action at this time.
0 commit comments