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 8cdda4b + 95611af commit a30ebc7Copy full SHA for a30ebc7
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 cmd/edgex-ui-server/edgex-ui-server"
@@ -41,7 +41,7 @@ RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."
41
COPY . .
42
RUN ${MAKE}
43
44
-FROM alpine:3.20
+FROM alpine:3.22
45
46
# Ensure using latest versions of all installed packages to avoid any recent CVEs
47
RUN apk --no-cache upgrade
web/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18-alpine3.18
+FROM node:22-alpine3.22
2
3
# Install Chromium for automated testing.
4
RUN apk add --no-cache chromium
0 commit comments