diff --git a/examples/storage/redis/image/Dockerfile b/examples/storage/redis/image/Dockerfile index 9f619a5adebc5..a8a09cd413adf 100644 --- a/examples/storage/redis/image/Dockerfile +++ b/examples/storage/redis/image/Dockerfile @@ -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.12.8 RUN apk add --no-cache redis sed bash