File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed 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.18.0
15+ FROM alpine:3.18.2
1616
1717
1818RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
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.18.0 as builder
14+ FROM alpine:3.18.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.18.0
24+ FROM alpine:3.18.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 1313# limitations under the License.
1414
1515
16- FROM alpine:3.18.0 as base
16+ FROM alpine:3.18.2 as base
1717
1818RUN mkdir -p /opt/third_party/install
1919COPY . /opt/third_party/
Original file line number Diff line number Diff line change 4343 --pull \
4444 --push \
4545 --build-arg BASE_IMAGE=${NGINX_BASE_IMAGE} \
46- --build-arg GOLANG_VERSION=1.20.5 \
46+ --build-arg GOLANG_VERSION=1.20.6 \
4747 --build-arg ETCD_VERSION=3.4.3-0 \
4848 --build-arg K8S_RELEASE=v1.26.0 \
4949 --build-arg RESTY_CLI_VERSION=0.27 \
@@ -64,7 +64,7 @@ build: ensure-buildx
6464 --progress=${PROGRESS} \
6565 --pull \
6666 --build-arg BASE_IMAGE=${NGINX_BASE_IMAGE} \
67- --build-arg GOLANG_VERSION=1.20.5 \
67+ --build-arg GOLANG_VERSION=1.20.6 \
6868 --build-arg ETCD_VERSION=3.4.3-0 \
6969 --build-arg K8S_RELEASE=v1.26.0 \
7070 --build-arg RESTY_CLI_VERSION=0.27 \
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.18.0
26+ FROM alpine:3.18.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.18.0
4+ FROM alpine:3.18.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