File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN curl -sOL $SASS_URL
39
39
RUN tar -xzf dart-sass-${SASS_VERSION}-linux-x64.tar.gz
40
40
41
41
# deploy-stage
42
- FROM ubuntu:20 .04
42
+ FROM ubuntu:22 .04
43
43
44
44
RUN apt-get -y update \
45
45
&& apt-get -y install \
Original file line number Diff line number Diff line change 1
1
# deploy stage
2
- FROM ubuntu:20 .04
2
+ FROM ubuntu:22 .04
3
3
4
4
RUN apt-get -y update \
5
5
&& apt-get -y install \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN make release-clean release
13
13
14
14
15
15
# deploy stage
16
- FROM ubuntu:20 .04
16
+ FROM ubuntu:22 .04
17
17
18
18
RUN apt-get -y update \
19
19
&& apt-get -y install \
Original file line number Diff line number Diff line change 1
1
# deploy stage
2
- FROM ubuntu:20 .04
2
+ FROM ubuntu:22 .04
3
3
4
4
RUN apt-get -y update \
5
5
&& apt-get -y install \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN make release-clean release
23
23
24
24
25
25
# deploy stage
26
- FROM ubuntu:20 .04
26
+ FROM ubuntu:22 .04
27
27
28
28
RUN apt-get -y update \
29
29
&& apt-get -y install \
You can’t perform that action at this time.
0 commit comments