Skip to content

Commit

Permalink
Merge pull request #54 from frauniki/fix-dockerfile-base-image
Browse files Browse the repository at this point in the history
Bump up docker base image
  • Loading branch information
frauniki authored Mar 6, 2024
2 parents b096508 + 3ebdbbf commit 9c2cb43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]
tags:
- v*
pull_request_target:
pull_request:
types: [opened, reopened, synchronize]

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
pull_request_target:
pull_request:
types: [opened, reopened, synchronize]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]
tags:
- v*
pull_request_target:
pull_request:
types: [opened, reopened, synchronize]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 AS builder
FROM golang:1.22 AS builder

ARG TARGETOS=linux
ARG TARGETARCH=amd64
Expand Down

0 comments on commit 9c2cb43

Please sign in to comment.