Skip to content

Commit

Permalink
Update ca-certs for github and base image
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Aug 26, 2024
1 parent 2d48446 commit 11a33cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion py-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#syntax=docker/dockerfile:1.7
FROM ghcr.io/prefix-dev/pixi:0.27.1-jammy@sha256:1318ca3b233a685c13aea68c71c377b27963a93c8d7890280c583df49b5281a0
FROM ghcr.io/prefix-dev/pixi:0.28.1-jammy@sha256:846739b8af52235586f263ca4afadc55b84c24d8ecb291ae49fa123de6b2cea4

ENV NB_USER jovyan
ENV NB_UID 1000
Expand All @@ -17,6 +17,11 @@ RUN adduser --disabled-password --gecos "Default Jupyter user" ${NB_USER} \
&& chown -R ${NB_USER}:${NB_USER} ${PIXI_DIR}


RUN apt-get update \
&& apt-get install ca-certificates -y \
&& update-ca-certificates


WORKDIR ${PIXI_DIR}
USER ${NB_USER}

Expand Down

0 comments on commit 11a33cb

Please sign in to comment.