Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed Jul 4, 2023
1 parent 4a1c113 commit 6976a09
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
docker_base_images: ["alpine:3.14", "debian:buster-slim", "debian:bullseye-slim"]
docker_base_images: ["alpine:3.14", "debian:bullseye-slim"]
latest_tag: ["false"]
include:
- docker_base_images: "alpine:latest"
Expand Down
2 changes: 1 addition & 1 deletion .trigger
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73EAA9A3-D75C-44BF-ADA9-92FDF1F73C58
34A7B32A-0D2C-4481-ACD1-A3A71B3EDAD1
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ docker run --rm -it rewardenv/docker-toolbox-aws bash

- latest, alpine-latest
- debian-bullseye-slim
- debian-buster-slim

## Build

Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG IMAGE_NAME="rewardenv/docker-toolbox"
ARG IMAGE_TAG="debian-buster-slim"
ARG IMAGE_TAG="debian-bullseye-slim"
FROM ${IMAGE_NAME}:${IMAGE_TAG}

RUN set -eux \
Expand Down

0 comments on commit 6976a09

Please sign in to comment.