Skip to content

Commit

Permalink
Merge pull request kubernetes#275 from oz123/redis_alpine_update
Browse files Browse the repository at this point in the history
Update alpine linux version in Dockerfile
  • Loading branch information
k8s-ci-robot authored Oct 5, 2018
2 parents 1a8470b + 8067832 commit cb42cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/storage/redis/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb42cf0

Please sign in to comment.