Skip to content

Commit 6f0a049

Browse files
authored
Merge pull request #30 from trek10inc/feature/bump-node-22
Bump node 22, base amazon linux 2023, remove python 2
2 parents d8366dd + bf8f62b commit 6f0a049

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

default/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20201111.0
1+
FROM public.ecr.aws/amazonlinux/amazonlinux:2023.6.20250218.2
22
LABEL maintainer="Lucas Pearson <lpearson@trek10.com>"
33

44
# add nodejs repo
@@ -12,7 +12,6 @@ RUN yum -y install \
1212
nodejs \
1313
openssl \
1414
openssl-devel \
15-
python27-devel.x86_64 \
1615
python3 \
1716
python3-devel \
1817
gcc \

serverless/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/amazonlinux/amazonlinux:2.0.20201111.0
1+
FROM public.ecr.aws/amazonlinux/amazonlinux:2023.6.20250218.2
22
LABEL maintainer="Lucas Pearson <lpearson@trek10.com>"
33

44
# add nodejs repo
@@ -12,7 +12,6 @@ RUN yum -y install \
1212
nodejs \
1313
openssl \
1414
openssl-devel \
15-
python27-devel.x86_64 \
1615
python3 \
1716
python3-devel \
1817
gcc \

0 commit comments

Comments
 (0)