We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af1c96 commit 03fede2Copy full SHA for 03fede2
Dockerfile
@@ -1,6 +1,6 @@
1
#
2
# Copyright (c) 2021 Jiangxing Intelligence
3
-# Copyright (c) 2024 IOTech Ltd
+# Copyright (c) 2024-2025 IOTech Ltd
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
17
18
-ARG BASE=golang:1.23-alpine3.20
+ARG BASE=golang:1.23-alpine3.22
19
FROM ${BASE} AS builder
20
21
ARG ADD_BUILD_TAGS=""
@@ -37,7 +37,7 @@ COPY . .
37
RUN ${MAKE}
38
39
# Next image - Copy built Go binary into new workspace
40
-FROM alpine:3.20
+FROM alpine:3.22
41
42
LABEL license='SPDX-License-Identifier: Apache-2.0' \
43
copyright='Copyright (c) 2021: Jiangxing Intelligence'
0 commit comments