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.
1 parent 39a0cbf commit 3c901d3Copy full SHA for 3c901d3
docker/Dockerfile
@@ -1,5 +1,5 @@
1
# syntax = docker/dockerfile:1.3
2
-FROM alpine:3.21 as uploader
+FROM alpine:3.22 as uploader
3
USER root
4
WORKDIR /tmp
5
RUN apk -U add gpg gpg-agent curl
@@ -38,7 +38,7 @@ RUN gpg --verify linux/codecov.SHA256SUM.sig linux/codecov.SHA256SUM
38
39
COPY docker/index.html /tmp/uploader
40
41
-FROM node:22-alpine3.21 as build
+FROM node:22-alpine3.22 as build
42
ARG REACT_APP_ENV_ARG
43
ARG REACT_APP_CODECOV_VERSION
44
ENV REACT_APP_ENV=$REACT_APP_ENV_ARG
@@ -53,7 +53,7 @@ RUN yarn install
53
RUN yarn build && rm -f build/mockServiceWorker.js
54
55
56
-FROM alpine:3.21
+FROM alpine:3.22
57
58
ARG ENVIRONMENT
59
ARG COMMIT_SHA
0 commit comments