Skip to content

Commit

Permalink
upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Oct 23, 2024
1 parent 3625de1 commit 66efc0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ jobs:
LATEST_TAG: flier/gohs:${{ matrix.hyperscan_version }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
load: true
build-args: |
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG UBUNTU_VERSION=22.04
ARG UBUNTU_VERSION=24.04

FROM ubuntu:${UBUNTU_VERSION} as build

Expand Down Expand Up @@ -29,7 +29,7 @@ EOT

# Download Hyperscan

ARG HYPERSCAN_VERSION=5.4.1
ARG HYPERSCAN_VERSION=5.4.2

ENV HYPERSCAN_DIR=/hyperscan

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
labels:
hyperscan: 5.4
args:
HYPERSCAN_VERSION: 5.4.1
HYPERSCAN_VERSION: 5.4.2
command: test -tags hyperscan_v54 ./...
hyperscan-5.2:
build:
Expand Down

0 comments on commit 66efc0e

Please sign in to comment.