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 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM alpine:3.18.0
15
+ FROM alpine:3.18.2
16
16
17
17
18
18
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- FROM alpine:3.18.0 as builder
14
+ FROM alpine:3.18.2 as builder
15
15
16
16
COPY . /
17
17
@@ -21,7 +21,7 @@ RUN apk update \
21
21
&& /build.sh
22
22
23
23
# Use a multi-stage build
24
- FROM alpine:3.18.0
24
+ FROM alpine:3.18.2
25
25
26
26
ENV PATH=$PATH:/usr/local/luajit/bin:/usr/local/nginx/sbin:/usr/local/nginx/bin
27
27
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
16
- FROM alpine:3.18.0 as base
16
+ FROM alpine:3.18.2 as base
17
17
18
18
RUN mkdir -p /opt/third_party/install
19
19
COPY . /opt/third_party/
Original file line number Diff line number Diff line change 43
43
--pull \
44
44
--push \
45
45
--build-arg BASE_IMAGE=${NGINX_BASE_IMAGE} \
46
- --build-arg GOLANG_VERSION=1.20.5 \
46
+ --build-arg GOLANG_VERSION=1.20.6 \
47
47
--build-arg ETCD_VERSION=3.4.3-0 \
48
48
--build-arg K8S_RELEASE=v1.26.0 \
49
49
--build-arg RESTY_CLI_VERSION=0.27 \
@@ -64,7 +64,7 @@ build: ensure-buildx
64
64
--progress=${PROGRESS} \
65
65
--pull \
66
66
--build-arg BASE_IMAGE=${NGINX_BASE_IMAGE} \
67
- --build-arg GOLANG_VERSION=1.20.5 \
67
+ --build-arg GOLANG_VERSION=1.20.6 \
68
68
--build-arg ETCD_VERSION=3.4.3-0 \
69
69
--build-arg K8S_RELEASE=v1.26.0 \
70
70
--build-arg RESTY_CLI_VERSION=0.27 \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN apk update \
23
23
&& apk upgrade \
24
24
&& /chroot.sh
25
25
26
- FROM alpine:3.18.0
26
+ FROM alpine:3.18.2
27
27
28
28
ARG TARGETARCH
29
29
ARG VERSION
Original file line number Diff line number Diff line change 1
1
ARG E2E_BASE_IMAGE
2
2
FROM ${E2E_BASE_IMAGE} AS BASE
3
3
4
- FROM alpine:3.18.0
4
+ FROM alpine:3.18.2
5
5
6
6
RUN apk update \
7
7
&& apk upgrade && apk add -U --no-cache \
You can’t perform that action at this time.
0 commit comments