Skip to content

Commit

Permalink
FreeBSD 12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pct committed Jan 16, 2020
1 parent 0095d79 commit 7faa090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# FreeBSD 12.0-RELEASE
# FreeBSD 12.1-RELEASE

FROM scratch
MAINTAINER Daniel Lin <[email protected]>

LABEL Description="FreeBSD 12.0-RELEASE base installation"
LABEL Description="FreeBSD 12.1-RELEASE base installation"

ADD https://ftp.freebsd.org/pub/FreeBSD/releases/amd64/12.0-RELEASE/base.txz /
ADD https://ftp.freebsd.org/pub/FreeBSD/releases/amd64/12.1-RELEASE/base.txz /
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ And this will get you latest version.

If you want a specific version you can use a tag, for example:

`docker pull linpct/freebsd:12.0-RELEASE`
`docker pull linpct/freebsd:12.1-RELEASE`

For more information visit https://hub.docker.com/r/linpct/freebsd/

Expand Down

0 comments on commit 7faa090

Please sign in to comment.