We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2baafd2 + 0fa2db9 commit c519beeCopy full SHA for c519bee
Dockerfile
@@ -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 MAKE=make build
@@ -34,7 +34,7 @@ COPY . .
34
RUN ${MAKE}
35
36
# Next image - Copy built Go binary into new workspace
37
-FROM alpine:3.20
+FROM alpine:3.22
38
LABEL license='SPDX-License-Identifier: Apache-2.0' \
39
copyright='Copyright (c) 2023: YIQISOFT'
40
Jenkinsfile
@@ -16,4 +16,5 @@
edgeXBuildGoApp (
project: 'device-s7',
+ goVersion: '1.23'
)
0 commit comments