Skip to content

Commit

Permalink
Working on updating tooling.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Feb 3, 2023
1 parent 2f0e3f2 commit aeaeffe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.3
2.7.4
2 changes: 1 addition & 1 deletion tools/docker-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build from the latest ubuntu release
FROM ubuntu:latest AS base
FROM ubuntu:focal AS base

# Install items requiring root access

Expand Down
4 changes: 2 additions & 2 deletions tools/docker-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ To build the Docker image, first, update the VERSION variable below (please use

#### Linux, WSL 2, MacOS
```
VERSION="1.0.18"
VERSION="1.0.19"
VOLUME="docker.pkg.github.com/sean-parent/notebook/notebook-tools:latest"
# The ruby version should match what GitHub Pages requires: https://pages.github.com/versions/
RUBY_VERSION=2.7.3
RUBY_VERSION=2.7.4
echo $RUBY_VERSION > ./.ruby-version
echo $VERSION > ./tools/docker-tools/VERSION
Expand Down
2 changes: 1 addition & 1 deletion tools/docker-tools/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.18
1.0.19

0 comments on commit aeaeffe

Please sign in to comment.