Skip to content

Commit

Permalink
Promote 3.8 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagofigueiro committed Dec 23, 2018
1 parent d67d4ac commit 15ce502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.7
FROM alpine:3.8
LABEL maintainer="https://github.com/thiagofigueiro/varnish-alpine-docker"
ENV REFRESHED_AT 2018-04-22
ENV REFRESHED_AT 2018-12-23
ENV VARNISH_BACKEND_ADDRESS 192.168.1.65
ENV VARNISH_MEMORY 100M
ENV VARNISH_BACKEND_PORT 80
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ version used is whatever Alpine have packaged.

| Image tag | Alpine Version | Varnish version |
|-----------|----------------|-----------------|
| latest | [3.7.0](https://www.alpinelinux.org/posts/Alpine-3.7.0-released.html) | [5.2.1-r0](https://pkgs.alpinelinux.org/packages?name=varnish&branch=v3.7)
| latest | [3.8.0](https://www.alpinelinux.org/posts/Alpine-3.8.0-released.html) | [6.0.2-r0](https://pkgs.alpinelinux.org/packages?name=varnish&branch=v3.8)
| 3.8 | [3.8.0](https://www.alpinelinux.org/posts/Alpine-3.8.0-released.html) | [6.0.2-r0](https://pkgs.alpinelinux.org/packages?name=varnish&branch=v3.8)
| 3.7 | [3.7.0](https://www.alpinelinux.org/posts/Alpine-3.7.0-released.html) | [5.2.1-r0](https://pkgs.alpinelinux.org/packages?name=varnish&branch=v3.7)
| 3.6 | [3.6.0](https://www.alpinelinux.org/posts/Alpine-3.6.0-released.html) | [4.1.9-r0](https://pkgs.alpinelinux.org/packages?name=varnish&branch=v3.6)
| 3.5 | [3.5.0](https://www.alpinelinux.org/posts/Alpine-3.5.0-released.html) | [4.1.3-r0](https://pkgs.alpinelinux.org/packages?name=varnish&branch=v3.5)
Expand Down

0 comments on commit 15ce502

Please sign in to comment.