Skip to content

Commit

Permalink
Bumping version to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Dec 29, 2020
1 parent 106661e commit dcab7e7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apache-airflow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/python37:v0.0.2-test-1
FROM nxtlytics/python37:v0.0.3

# Never prompt the user for choices on installation/configuration of packages
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion datadog-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.2-test-1
FROM nxtlytics/base:v0.0.3

ADD utils /opt/utils/
RUN echo "===> Moving docker-entrypoint.sh to /usr/local/bin and making it exec" \
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub-singleuser-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/python38:v0.0.2-test-1
FROM nxtlytics/python38:v0.0.3

COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh \
Expand Down
2 changes: 1 addition & 1 deletion node12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.2-test-1
FROM nxtlytics/base:v0.0.3

# Install tools
RUN curl -sL https://deb.nodesource.com/setup_12.x -o /tmp/nodesource_setup.sh && \
Expand Down
2 changes: 1 addition & 1 deletion python37/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.2-test-1
FROM nxtlytics/base:v0.0.3

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ bionic-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/bionic-proposed.list && \
Expand Down
2 changes: 1 addition & 1 deletion python38/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.2-test-1
FROM nxtlytics/base:v0.0.3

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ bionic-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/bionic-proposed.list && \
Expand Down
2 changes: 1 addition & 1 deletion python39/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.2-test-1
FROM nxtlytics/base:v0.0.3

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ bionic-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/bionic-proposed.list && \
Expand Down

0 comments on commit dcab7e7

Please sign in to comment.