Skip to content

Commit

Permalink
Push 4.3.3 to latest branch (#47)
Browse files Browse the repository at this point in the history
* R version in Dockerfiles

* add workflow retrieve_image_build_dates

* rm retrieve_image_build_date gh action

---------

Co-authored-by: Jonathan Bob <[email protected]>
Co-authored-by: Jan Abel <[email protected]>
  • Loading branch information
3 people authored Sep 4, 2024
1 parent c75ed68 commit 5503317
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion r-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/r-ver:4.3.2
FROM rocker/r-ver:4.3.3

WORKDIR /app
ENV HOME /app
Expand Down
2 changes: 1 addition & 1 deletion r-batch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM inwt/r-base:latest
FROM inwt/r-base:4.3.3

COPY aws.config /app/.aws/config

Expand Down
2 changes: 1 addition & 1 deletion r-geos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM inwt/r-batch:latest
FROM inwt/r-batch:4.3.3

RUN apt-get -y update \
&& apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion r-model/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM inwt/r-batch:latest
FROM inwt/r-batch:4.3.3

RUN apt-get -y update \
&& apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion r-shiny/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM inwt/r-batch:latest
FROM inwt/r-batch:4.3.3

EXPOSE 3838

Expand Down

0 comments on commit 5503317

Please sign in to comment.