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

Commit

Permalink
Merge pull request #21 from Cyclenerd/dependabot/docker/ubuntu-24.04
Browse files Browse the repository at this point in the history
Bump ubuntu from 22.04 to 24.04
  • Loading branch information
Cyclenerd committed May 7, 2024
2 parents 7efdf52 + 42c7d65 commit db78a19
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit db78a19

Please sign in to comment.