Skip to content

Commit

Permalink
Update alpine linux version in Dockerfile
Browse files Browse the repository at this point in the history
Alpine version 3.4 is EOL since 2018-05-01.
See https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases

Signed-off-by: Oz N Tiram <[email protected]>
  • Loading branch information
oz123 committed Oct 5, 2018
1 parent 1a8470b commit 8067832
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 8067832

Please sign in to comment.