Skip to content

Commit a30ebc7

Browse files
authored
Merge pull request #844 from FelixTing/bump-alpine-3.22
build: Bump Alpine from 3.18 to 3.22
2 parents 8cdda4b + 95611af commit a30ebc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 cmd/edgex-ui-server/edgex-ui-server"
@@ -41,7 +41,7 @@ RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."
4141
COPY . .
4242
RUN ${MAKE}
4343

44-
FROM alpine:3.20
44+
FROM alpine:3.22
4545

4646
# Ensure using latest versions of all installed packages to avoid any recent CVEs
4747
RUN apk --no-cache upgrade

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine3.18
1+
FROM node:22-alpine3.22
22

33
# Install Chromium for automated testing.
44
RUN apk add --no-cache chromium

0 commit comments

Comments
 (0)