Skip to content

Commit 3c901d3

Browse files
Th/upgrade alpine 3.22 (#3954)
Co-authored-by: Akshay Singh <[email protected]>
1 parent 39a0cbf commit 3c901d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:1.3
2-
FROM alpine:3.21 as uploader
2+
FROM alpine:3.22 as uploader
33
USER root
44
WORKDIR /tmp
55
RUN apk -U add gpg gpg-agent curl
@@ -38,7 +38,7 @@ RUN gpg --verify linux/codecov.SHA256SUM.sig linux/codecov.SHA256SUM
3838

3939
COPY docker/index.html /tmp/uploader
4040

41-
FROM node:22-alpine3.21 as build
41+
FROM node:22-alpine3.22 as build
4242
ARG REACT_APP_ENV_ARG
4343
ARG REACT_APP_CODECOV_VERSION
4444
ENV REACT_APP_ENV=$REACT_APP_ENV_ARG
@@ -53,7 +53,7 @@ RUN yarn install
5353
RUN yarn build && rm -f build/mockServiceWorker.js
5454

5555

56-
FROM alpine:3.21
56+
FROM alpine:3.22
5757
ARG REACT_APP_CODECOV_VERSION
5858
ARG ENVIRONMENT
5959
ARG COMMIT_SHA

0 commit comments

Comments
 (0)