Skip to content

Commit d923f0a

Browse files
authored
Merge pull request #58 from SAP/o-liver-patch-1
Use new debian bookworm base image
2 parents 86c345f + 9028c86 commit d923f0a

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on: push
2+
name: Build image
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@master
8+
- name: Build
9+
run: |
10+
docker build .

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:bullseye-curl
1+
FROM buildpack-deps:bookworm-curl
22

33
LABEL org.opencontainers.image.source=https://github.com/SAP/devops-docker-cf-cli
44
LABEL org.opencontainers.image.description="An image for the cf cli"
@@ -26,7 +26,7 @@ RUN addgroup -gid 1000 piper && \
2626
USER piper
2727
WORKDIR ${USER_HOME}
2828

29-
ARG MTA_PLUGIN_VERSION=3.0.2
29+
ARG MTA_PLUGIN_VERSION=3.0.3
3030
ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64
3131
ARG CSPUSH_PLUGIN_VERSION=1.3.2
3232
ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64

0 commit comments

Comments
 (0)