Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Bump ubuntu from 22.04 to 24.04 #21

Merged
merged 2 commits into from
May 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

# Versions
ENV NODE_VERSION "18"
Expand Down Expand Up @@ -48,6 +48,8 @@ RUN apt-get update -yq && \
unzip \
wget \
zip && \
# Disable Python virtual environments warning
rm "/usr/lib/python3.12/EXTERNALLY-MANAGED" && \
# Create storage locations
mkdir -p "$NEO_SDK_HOME" && \
mkdir -p "$MTA_BUILDER_HOME" && \
Expand Down