Skip to content

Commit b22ea41

Browse files
authored
Update Docker base image to version 0.5.0
1 parent 794fc6a commit b22ea41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/methods-group/proximalgalerkin:v0.4.0 AS pg
1+
FROM ghcr.io/methods-group/proximalgalerkin:v0.5.0 AS pg
22

33

44
# create user with a home directory
@@ -30,4 +30,4 @@ COPY --chown=${NB_UID} . ${HOME}
3030

3131
USER ${NB_USER}
3232
RUN python3 -m pip install -e .
33-
ENTRYPOINT []
33+
ENTRYPOINT []

0 commit comments

Comments
 (0)