Skip to content

Commit aeaeffe

Browse files
committed
Working on updating tooling.
1 parent 2f0e3f2 commit aeaeffe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.3
1+
2.7.4

tools/docker-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build from the latest ubuntu release
2-
FROM ubuntu:latest AS base
2+
FROM ubuntu:focal AS base
33

44
# Install items requiring root access
55

tools/docker-tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ To build the Docker image, first, update the VERSION variable below (please use
7676

7777
#### Linux, WSL 2, MacOS
7878
```
79-
VERSION="1.0.18"
79+
VERSION="1.0.19"
8080
VOLUME="docker.pkg.github.com/sean-parent/notebook/notebook-tools:latest"
8181
8282
# The ruby version should match what GitHub Pages requires: https://pages.github.com/versions/
83-
RUBY_VERSION=2.7.3
83+
RUBY_VERSION=2.7.4
8484
8585
echo $RUBY_VERSION > ./.ruby-version
8686
echo $VERSION > ./tools/docker-tools/VERSION

tools/docker-tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.18
1+
1.0.19

0 commit comments

Comments
 (0)