Skip to content

Commit c519bee

Browse files
authored
Merge pull request #72 from FelixTing/bump-alpine-3.22
build: Bump Alpine from 3.20 to 3.22
2 parents 2baafd2 + 0fa2db9 commit c519bee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616

1717
edgeXBuildGoApp (
1818
project: 'device-s7',
19+
goVersion: '1.23'
1920
)

0 commit comments

Comments
 (0)