Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #101 from jenkinsci/3.35-1-alpine
Browse files Browse the repository at this point in the history
Alpine: Update to the 3.35-1 base image and to Remoting 3.35
  • Loading branch information
oleg-nenashev committed Sep 20, 2019
2 parents fe652e8 + 86cd7b8 commit 648df74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

FROM jenkins/slave:3.29-2-alpine
FROM jenkins/slave:3.35-1-alpine
MAINTAINER Oleg Nenashev <o.v.nenashev@gmail.com>
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="3.29"
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="3.35-1"

COPY jenkins-slave /usr/local/bin/jenkins-slave

Expand Down

0 comments on commit 648df74

Please sign in to comment.