Skip to content

Commit

Permalink
Added 7.2 and dropped 5.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
  • Loading branch information
Jack12816 committed Dec 1, 2023
1 parent 7e44199 commit 71757c3
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
matrix:
version:
- latest
- '7.2'
- '7.0'
- '6.2'
- '5.0'
steps:
- name: Prepare the virtual environment
uses: hausgold/actions/ci@master
Expand Down
2 changes: 1 addition & 1 deletion 5.0/Dockerfile → 7.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redis:5.0
FROM redis:7.2
MAINTAINER Hermann Mayer "hermann.mayer@hausgold.de"

# You can change this environment variable on run's with -e
Expand Down
2 changes: 1 addition & 1 deletion 5.0/Makefile → 7.2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SHELL := bash
REGISTRY ?=
CANONICAL_NAME ?= redis
IMAGE_NAME ?= hausgold/$(CANONICAL_NAME)
IMAGE_REF ?= 5.0
IMAGE_REF ?= 7.2
IMAGE_URI := $(IMAGE_NAME):$(IMAGE_REF)
TEST_CONTAINER_NAME ?= $(CANONICAL_NAME)-test

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion latest

0 comments on commit 71757c3

Please sign in to comment.