Skip to content

Commit

Permalink
Use Ubuntu LTS as base image (#352)
Browse files Browse the repository at this point in the history
- Current base image is `concourse/buildroot` which has not been updated
  for [6 years](https://hub.docker.com/r/concourse/buildroot)
  • Loading branch information
dlresende authored Apr 13, 2023
1 parent bd26e43 commit b173156
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM concourse/buildroot:git

MAINTAINER Caleb Washburn "[email protected]"
FROM ubuntu:latest

COPY cf-mgmt-linux /usr/bin/cf-mgmt
COPY cf-mgmt-config-linux /usr/bin/cf-mgmt-config
Expand Down

0 comments on commit b173156

Please sign in to comment.