Skip to content

Commit

Permalink
fix (docker): updates base image
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalvoalonso committed Jun 5, 2019
1 parent fe88f88 commit 9e742e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# License along with iotagent-lora. If not, see http://www.gnu.org/licenses/.
#

ARG NODE_VERSION=8.15.0-slim
ARG NODE_VERSION=8.16.0-slim
FROM node:${NODE_VERSION}
ARG GITHUB_ACCOUNT=Atos-Research-and-Innovation
ARG GITHUB_REPOSITORY=IoTagent-LoRaWAN
Expand Down

0 comments on commit 9e742e0

Please sign in to comment.