Skip to content

Commit

Permalink
Merge pull request #134 from telefonicaid/task/fix_centos_7_7_dockerfile
Browse files Browse the repository at this point in the history
fix centos 7.7.1908 in dockerfile
  • Loading branch information
fgalan authored Jun 16, 2020
2 parents dc5eb58 + 413634e commit 674426c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ADD: fix Centos 7.7.1908 version in dockerfile
ADD: Fix net.sf.ehcache.skipUpdateCheck (#136)
ADD: upgrade java mysql connector from 5.1.47 to 5.1.49
ADD: fix /opt/keypass directory to 1000 user for docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7
FROM centos:7.7.1908

MAINTAINER IoT team

Expand Down

0 comments on commit 674426c

Please sign in to comment.