File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20201111.0
1
+ FROM public.ecr.aws/amazonlinux/amazonlinux:2023.6.20250218.2
2
2
LABEL maintainer="Lucas Pearson <lpearson@trek10.com>"
3
3
4
4
# add nodejs repo
@@ -12,7 +12,6 @@ RUN yum -y install \
12
12
nodejs \
13
13
openssl \
14
14
openssl-devel \
15
- python27-devel.x86_64 \
16
15
python3 \
17
16
python3-devel \
18
17
gcc \
Original file line number Diff line number Diff line change 1
- FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20201111.0
1
+ FROM public.ecr.aws/amazonlinux/amazonlinux:2023.6.20250218.2
2
2
LABEL maintainer="Lucas Pearson <lpearson@trek10.com>"
3
3
4
4
# add nodejs repo
@@ -12,7 +12,6 @@ RUN yum -y install \
12
12
nodejs \
13
13
openssl \
14
14
openssl-devel \
15
- python27-devel.x86_64 \
16
15
python3 \
17
16
python3-devel \
18
17
gcc \
You can’t perform that action at this time.
0 commit comments