Skip to content

Commit

Permalink
Merge pull request #3131 from ytti/dependabot/docker/master/phusion/b…
Browse files Browse the repository at this point in the history
…aseimage-jammy-1.0.4

Bump phusion/baseimage from jammy-1.0.1 to jammy-1.0.4
  • Loading branch information
robertcheramy authored May 13, 2024
2 parents 649a80c + 0acc182 commit 9594ae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- h3c: change prompt to expect either angle (user-view) or square (system-view) brackets (@nl987)
- xos: Hide radius and user secrets for XOS (@iriseden)
- eos: Hide radius and snmp secrets for Arista EOS (@iriseden)
- docker/podman: baseimage updated to phusion/baseimage:jammy-1.0.4

### Fixed
- fixed prompt for vyos/vyatta to allow logins with non-priviliged accounts. Fixes #3111 (@h-lopez)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Single-stage build of an oxidized container from phusion/baseimage-docker jammy-1.0.1, derived from Ubuntu 22.04 (Jammy Jellyfish)
FROM docker.io/phusion/baseimage:jammy-1.0.1
FROM docker.io/phusion/baseimage:jammy-1.0.4

# set up dependencies for the build process
RUN apt-get -yq update \
Expand Down
1 change: 1 addition & 0 deletions examples/podman-compose/oxidized-config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ config.local
router.db.local

# Ignore logs, retrieved configs...
pid
configs/
crash
logs/

0 comments on commit 9594ae1

Please sign in to comment.