Merge pull request #275 from oz123/redis_alpine_update

Update alpine linux version in Dockerfile
This commit is contained in:
k8s-ci-robot 2018-10-05 11:53:51 -07:00 committed by GitHub
commit cb42cf0cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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