Skip to content

Commit

Permalink
chore(deps): update base
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent e92e269 commit d847bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:24.04

# common environemnt variables
ENV NB_USER jovyan
Expand All @@ -13,7 +13,7 @@ ARG KUBECTL_ARCH="amd64"
ARG KUBECTL_VERSION=v1.24.3
ARG S6_ARCH="amd64"
# renovate: datasource=github-tags depName=just-containers/s6-overlay versioning=loose
ARG S6_VERSION=v2.2.0.3
ARG S6_VERSION=v3.2.0.2

# set shell to bash
SHELL ["/bin/bash", "-c"]
Expand Down

0 comments on commit d847bcb

Please sign in to comment.