Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
teng-gao committed Feb 23, 2024
1 parent 9a1ea0d commit 3bdef03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# numbat 1.4.0 - 10/26/2023
# numbat 1.4.0 - 02/23/2023

* Integration with hahmmr

Expand Down
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM r-base:4.2.1
FROM r-base:4.3.1

LABEL authors="Evan Biederstedt <[email protected]>, Teng Gao <[email protected]>" \
LABEL authors="Evan Biederstedt <[email protected]>, Teng Gao <[email protected]>" \
version.image="0.1.3" \
version.pagoda2="0.1.3" \
description="r-base image R 4.2.1 to run numbat with R"
description="r-base image R 4.3.1 to run numbat with R"


RUN apt-get update --yes && apt-get install --yes build-essential \
Expand Down

0 comments on commit 3bdef03

Please sign in to comment.