Skip to content

Commit 03fede2

Browse files
committed
build: Bump Alpine from 3.20 to 3.22
Signed-off-by: FelixTing <felix@iotechsys.com>
1 parent 5af1c96 commit 03fede2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Copyright (c) 2021 Jiangxing Intelligence
3-
# Copyright (c) 2024 IOTech Ltd
3+
# Copyright (c) 2024-2025 IOTech Ltd
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -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 ADD_BUILD_TAGS=""
@@ -37,7 +37,7 @@ COPY . .
3737
RUN ${MAKE}
3838

3939
# Next image - Copy built Go binary into new workspace
40-
FROM alpine:3.20
40+
FROM alpine:3.22
4141

4242
LABEL license='SPDX-License-Identifier: Apache-2.0' \
4343
copyright='Copyright (c) 2021: Jiangxing Intelligence'

0 commit comments

Comments
 (0)