Skip to content

Commit 936b281

Browse files
committed
build: Bump Alpine from 3.20 to 3.22
Signed-off-by: FelixTing <felix@iotechsys.com>
1 parent 2baafd2 commit 936b281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
ARG BASE=golang:1.23-alpine3.20
18+
ARG BASE=golang:1.23-alpine3.22
1919
FROM ${BASE} AS builder
2020

2121
ARG MAKE=make build
@@ -34,7 +34,7 @@ COPY . .
3434
RUN ${MAKE}
3535

3636
# Next image - Copy built Go binary into new workspace
37-
FROM alpine:3.20
37+
FROM alpine:3.22
3838
LABEL license='SPDX-License-Identifier: Apache-2.0' \
3939
copyright='Copyright (c) 2023: YIQISOFT'
4040

0 commit comments

Comments
 (0)