Skip to content

Commit 3fb6370

Browse files
committed
Bump alpine from 3.9.2 to 3.9.3
1 parent 148d5d1 commit 3fb6370

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ LABEL net.2stacks.name="2stacks" \
1010
net.2stacks.description="Dockerfile for autobuilds" \
1111
net.2stacks.url="http://www.2stacks.net" \
1212
net.2stacks.vcs-type="Git" \
13-
net.2stacks.version="1.4.1" \
14-
net.2stacks.radius.version="3.0.17-r2"
13+
net.2stacks.version="1.4.2" \
14+
net.2stacks.radius.version="3.0.17-r4"
1515

1616
RUN apk --update add freeradius freeradius-mysql freeradius-eap openssl
1717

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ It depends on a MySQL Server to work and allows you to configure the server conn
1212
## Supported tags
1313
| Tag | Alpine Version | FreeRADIUS Version | Release Date | Changes |
1414
| --- | :---: | :---: | :---: | :---: |
15-
| [1.4.1, latest](https://github.com/2stacks/docker-freeradius/blob/master/Dockerfile) | 3.9.2 | 3.0.17-r4 | 2019-03-19 | [Changelog](https://github.com/2stacks/docker-freeradius/compare/v1.4...master) |
15+
| [1.4.2, latest](https://github.com/2stacks/docker-freeradius/blob/master/Dockerfile) | 3.9.3 | 3.0.17-r4 | 2019-04-12 | [Changelog](https://github.com/2stacks/docker-freeradius/compare/v1.4.1...master) |
16+
| [1.4.1](https://github.com/2stacks/docker-freeradius/blob/v1.4.1/Dockerfile) | 3.9.2 | 3.0.17-r4 | 2019-03-19 | [Changelog](https://github.com/2stacks/docker-freeradius/compare/v1.4...v1.4.1)
1617
| [1.4](https://github.com/2stacks/docker-freeradius/blob/v1.4/Dockerfile) | 3.9.0 | 3.0.17-r4 | 2019-03-07 | [Changelog](https://github.com/2stacks/docker-freeradius/compare/v1.3...v1.4) |
1718
| [1.3](https://github.com/2stacks/docker-freeradius/blob/v1.3/Dockerfile) | 3.9.0 | 3.0.17-r4 | 2019-01-31 | [Changelog](https://github.com/2stacks/docker-freeradius/compare/v1.2...v1.3) |
18-
| [1.2](https://github.com/2stacks/docker-freeradius/blob/v1.2/Dockerfile) | 3.8.2 | 3.0.17-r2 | 2019-01-22 | [Changelog](https://github.com/2stacks/docker-freeradius/compare/1.1...v1.2) |
1919

2020

2121
# Build the container
@@ -129,10 +129,10 @@ Received Access-Accept Id 42 from 10.0.0.3:1812 to 0.0.0.0:0 length 20
129129

130130
Note: The username and password used in the radtest example above are pre-loaded in the mysql database by the radius.sql schema included in this repository. The preconfigured mysql database is for validating freeradius functionality only and not intended for production use.
131131

132-
A default SQL scheme for FreeRadius on MySQL can be found [here](https://github.com/FreeRADIUS/freeradius-server/blob/master/raddb/mods-config/sql/main/mysql/schema.sql).
132+
A default SQL schema for FreeRadius on MySQL can be found [here](https://github.com/FreeRADIUS/freeradius-server/blob/master/raddb/mods-config/sql/main/mysql/schema.sql).
133133

134134
# Certificates
135-
The container has a set of test certificates that are generated each time the container is built using the included Dockerfile. These certificates are configured with the default settings from the Freeradius package and are set to expire after six months.
135+
The container has a set of test certificates that are generated each time the container is built using the included Dockerfile. These certificates are configured with the default settings from the Freeradius package and are set to expire after sixty days.
136136
These certificates are not meant to be used in production and should be recreated/replaced as needed. Follow the steps below to generate new certificates. It is important that you read and understand the instructions in '/etc/raddb/certs/README'
137137

138138
#### Generate new certs

0 commit comments

Comments
 (0)