Skip to content

Commit

Permalink
update musica commit in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Oct 9, 2024
1 parent e4119ea commit 0ec84f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/docker/Dockerfile.musica
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

ARG MUSICA_GIT_TAG=c58c266ea967eca7899dac797319e8d600037ea7
ARG MUSICA_GIT_TAG=dbbdb22f5f2807e27c2695db85291951ba178634

RUN apt update \
&& apt install -y sudo \
Expand Down
2 changes: 1 addition & 1 deletion test/docker/Dockerfile.musica.no_intstall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

ARG MUSICA_GIT_TAG=c58c266ea967eca7899dac797319e8d600037ea7
ARG MUSICA_GIT_TAG=dbbdb22f5f2807e27c2695db85291951ba178634

RUN apt update \
&& apt install -y sudo \
Expand Down

0 comments on commit 0ec84f1

Please sign in to comment.