Skip to content

Commit

Permalink
rebased to phusion/baseimage-docker bionic-1.0.0 (#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
wk committed Jun 17, 2020
1 parent 6732a67 commit 4a881bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

- rubocop dependency now ~> 0.81.0, the last one with ruby 2.3 support
- change pfSense secret scrubbing to handle new format in 2.4.5+
- Dockerfile rebased to phusion/baseimage-docker bionic-1.0.0

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,5 +1,5 @@
# Single-stage build of an oxidized container from phusion/baseimage-docker v0.11, derived from Ubuntu 18.04 (Bionic Beaver)
FROM phusion/baseimage:0.11
# Single-stage build of an oxidized container from phusion/baseimage-docker bionic-1.0.0, derived from Ubuntu 18.04 (Bionic Beaver)
FROM phusion/baseimage:bionic-1.0.0

# set up dependencies for the build process
RUN apt-get -yq update \
Expand Down

0 comments on commit 4a881bc

Please sign in to comment.