Merge pull request #275 from oz123/redis_alpine_update
Update alpine linux version in Dockerfile
This commit is contained in:
commit
cb42cf0cfd
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM alpine:3.4
|
||||
FROM alpine:3.8
|
||||
|
||||
RUN apk add --no-cache redis sed bash
|
||||
|
||||
|
|
Loading…
Reference in New Issue