Skip to content

Commit

Permalink
Update base image version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmi authored and TylerMatteo committed Sep 14, 2023
1 parent c743fec commit 77f6271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/tidyverse:3.6.3
FROM rocker/tidyverse:4.3.1

RUN install2.r --error \
--deps TRUE \
Expand All @@ -11,4 +11,4 @@ COPY . /usr/local/src/scripts

WORKDIR /usr/local/src/scripts

ENTRYPOINT ["./bin/normalize"]
ENTRYPOINT ["./bin/normalize"]

0 comments on commit 77f6271

Please sign in to comment.