Skip to content

Commit

Permalink
[chore] Change the base image to use the glibc version and not the mu…
Browse files Browse the repository at this point in the history
…sl version of test image (#2225)

* Change the base image to use the glibc version and not the musl version

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* Rerun E2E tests

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

---------

Signed-off-by: Israel Blancas <iblancasa@gmail.com>
  • Loading branch information
iblancasa authored Oct 13, 2023
1 parent f2cdaea commit 3337b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/instrumentation-e2e-apps/apache-httpd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM httpd:2.4-alpine
FROM httpd:2.4

RUN sed -i "s#Listen 80#Listen 8080#g" /usr/local/apache2/conf/httpd.conf
RUN chmod 777 -R /usr/local/apache2/

0 comments on commit 3337b9c

Please sign in to comment.