Skip to content

Commit

Permalink
chore: update backend deps
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond-u committed Feb 21, 2024
1 parent cc33761 commit e07222b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Nightly](https://github.com/raymond-u/lungo/compare/v0.2.3...HEAD)

### Changed

- Update JupyterLab to 4.1.2

## [0.2.3](https://github.com/raymond-u/lungo/compare/v0.2.2...v0.2.3) - 2024-2-16

### Changed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set JUPYTERHUB_VER = '4.0.2' %}
{% set JUPYTERLAB_VER = '4.1.1' %}
{% set JUPYTERLAB_VER = '4.1.2' %}

FROM docker.io/jupyterhub/jupyterhub:{{ JUPYTERHUB_VER }}
RUN python3 -m pip install --no-cache-dir --upgrade setuptools pip && \
Expand Down
2 changes: 1 addition & 1 deletion src/lungo_cli/resources/dockerfiles/nginx.Dockerfile.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set NGINX_VER = '1.21.4.3-alpine-apk' %}
{% set NGINX_VER = '1.25.3.1-alpine-apk' %}

FROM docker.io/openresty/openresty:{{ NGINX_VER }}
RUN adduser -D -H -S www-data && \
Expand Down

0 comments on commit e07222b

Please sign in to comment.