Skip to content

Commit

Permalink
build(docker): Update slim version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestreety authored Feb 20, 2024
1 parent e9af6e4 commit d7c8fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/liquidlight/docker-slim
LABEL org.opencontainers.image.description="Docker image containing docker-slim"
LABEL org.opencontainers.image.licenses=ISC

ARG DOCKER_SLIM_VERSION=1.37.3
ARG DOCKER_SLIM_VERSION=1.40.11

RUN apk add \
--update \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It is worth running `docker-slim` locally to ensure you get the parameters you n
```yaml
slim:image:build:
# Use the image with built-in docker slim
image: ghcr.io/liquidlight/docker-slim:1.37.3
image: ghcr.io/liquidlight/docker-slim:1.40.11
# Specify input and output names
variables:
IMAGE_NAME: "$CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH"
Expand Down

0 comments on commit d7c8fe0

Please sign in to comment.