Skip to content

Commit

Permalink
update to 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dvintel committed Sep 15, 2022
1 parent 4527f93 commit 96d3150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk --no-cache add \

RUN mkdir -p /opt/core/conf /opt/core/data/srv /opt/core/scripts /opt/core/dockerfiles && \
mkdir -p /usr/local/bin && \
wget -O /usr/local/bin/docker-compose "https://github.com/docker/compose/releases/download/v2.9.0/docker-compose-$(uname -s)-$(uname -m)" && \
wget -O /usr/local/bin/docker-compose "https://github.com/docker/compose/releases/download/v2.11.0/docker-compose-$(uname -s)-$(uname -m)" && \
chmod a+x /usr/local/bin/docker-compose && \
mkdir -p /usr/share/ipxe && \
wget -O /usr/share/ipxe/ipxe.lkrn https://boot.ipxe.org/ipxe.lkrn && \
Expand Down

0 comments on commit 96d3150

Please sign in to comment.