Skip to content

Commit

Permalink
build(deps): bump bci/bci-base in /package
Browse files Browse the repository at this point in the history
Bumps bci/bci-base from 15.5.36.5.42 to 15.5.36.5.47.

---
updated-dependencies:
- dependency-name: bci/bci-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and weyfonk committed Oct 30, 2023
1 parent ea5c2c8 commit 07b14f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_ENV=dapper

FROM registry.suse.com/bci/bci-base:15.5.36.5.42 AS base
FROM registry.suse.com/bci/bci-base:15.5.36.5.47 AS base
USER 1000

FROM base AS copy_dapper
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile.agent
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_ENV=dapper

FROM registry.suse.com/bci/bci-base:15.5.36.5.42 AS base
FROM registry.suse.com/bci/bci-base:15.5.36.5.47 AS base
RUN zypper in --no-recommends -y git bash openssh && groupadd -g 1000 fleet-apply && useradd -u 1000 -g 1000 -m fleet-apply; rm -fr /var/cache/* /var/log/*log
COPY package/log.sh /usr/bin/

Expand Down

0 comments on commit 07b14f4

Please sign in to comment.