Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Use alpine image v3.8 for app container (#305)
Browse files Browse the repository at this point in the history
Closes #304
  • Loading branch information
tejasbubane authored and pichouk committed Sep 10, 2018
1 parent 17b9055 commit 5273902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.8

# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
Expand Down

0 comments on commit 5273902

Please sign in to comment.