Skip to content

Commit

Permalink
Fix base images
Browse files Browse the repository at this point in the history
  • Loading branch information
kam193 committed Feb 23, 2024
1 parent 391549a commit bc88a9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

env:
BASE_IMAGE: cccs/assemblyline-v4-service-base:stable
BASE_IMAGE: cccs/assemblyline-v4-service-base:4.5.stable
REGISTRY: ghcr.io
PUSH_REGISTRY: ghcr.io
BASE_TAG: 4.5.0.stable
Expand Down
2 changes: 1 addition & 1 deletion pcap-extractor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ include ../common.mk

AL_SERVICE_NAME=PCAP-Extractor
# SERVICE_NAME=assemblyline-service-template
BASE_IMAGE=${REGISTRY}/kam193/assemblyline-service-base-py11:latest
# BASE_IMAGE=${REGISTRY}/kam193/assemblyline-service-base-py11:latest
2 changes: 1 addition & 1 deletion pcap-extractor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3
4

0 comments on commit bc88a9d

Please sign in to comment.