Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to this project will be documented here.
- Moved tidyverse installation steps from server Dockerfile into R tester requirements.system (#688)
- Fixed Haskell tester installation using ghcup to install stack system-wide (#688)
- Updated tester schema generation to use msgspec datatypes (#689)
- Specify dockerfile frontend version (#691)

## [v2.9.0]
- Install stack with GHCup (#626)
Expand Down
1 change: 1 addition & 0 deletions server/.dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# syntax=docker/dockerfile:1.7-labs
ARG UBUNTU_VERSION=24.04

FROM ubuntu:$UBUNTU_VERSION AS base
Expand Down