Skip to content

Commit

Permalink
test wth rollback of base image (#740)
Browse files Browse the repository at this point in the history
The build for uns_graphql docker is hanging with python:3.12-alpine3.19
hence downgrading to python:3.12-alpine3.18

See [Fail
Run](https://github.com/mkashwin/unifiednamespace/actions/runs/8315249219)
  • Loading branch information
mkashwin authored Mar 17, 2024
2 parents 12063b5 + 60b976c commit 7842071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07_uns_graphql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# e.g.
# docker run --name uns_graphql -v <full path to conf>/:/app/conf --network=host uns/graphql:v0.5.0
# Use the official Python image
FROM python:3.12-alpine3.19
FROM python:3.12-alpine3.18

# Set the environment variable for the entrypoint command
ENV UNS_MODULE="07_uns_graphql"\
Expand Down

0 comments on commit 7842071

Please sign in to comment.