mirror of
https://github.com/MikeWang000000/Natter.git
synced 2025-09-26 21:55:51 +08:00
chore: Pin base image to latest version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM amd64/alpine
|
||||
FROM --platform=linux/amd64 amd64/alpine:3.19
|
||||
|
||||
COPY natter.py /opt/natter.py
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM arm64v8/alpine
|
||||
FROM --platform=linux/arm64 arm64v8/alpine:3.19
|
||||
|
||||
COPY natter.py /opt/natter.py
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM amd64/debian
|
||||
FROM --platform=linux/amd64 amd64/debian:12
|
||||
|
||||
COPY natter.py /opt/natter.py
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM arm64v8/debian
|
||||
FROM --platform=linux/arm64 arm64v8/debian:12
|
||||
|
||||
COPY natter.py /opt/natter.py
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM openwrt/rootfs:x86-64 as builder
|
||||
FROM --platform=linux/amd64 openwrt/rootfs:x86-64-23.05.2 as builder
|
||||
|
||||
COPY natter.py /opt/natter.py
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM openwrt/rootfs:aarch64_generic as builder
|
||||
FROM --platform=linux/aarch64_generic openwrt/rootfs:aarch64_generic-23.05.2 as builder
|
||||
|
||||
COPY natter.py /opt/natter.py
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM openwrt/rootfs:x86-64 as builder
|
||||
FROM --platform=linux/amd64 openwrt/rootfs:x86-64-23.05.2 as builder
|
||||
|
||||
COPY natter.py /opt/natter.py
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM openwrt/rootfs:aarch64_generic as builder
|
||||
FROM --platform=linux/aarch64_generic openwrt/rootfs:aarch64_generic-23.05.2 as builder
|
||||
|
||||
COPY natter.py /opt/natter.py
|
||||
|
||||
|
Reference in New Issue
Block a user