Skip to content

Commit

Permalink
chore(bump): Bump alpine linux version for git-cliff
Browse files Browse the repository at this point in the history
Signed-off-by: dark0dave <dark0dave@mykolab.com>
  • Loading branch information
dark0dave committed Dec 14, 2023
1 parent b09f1a9 commit 0a86bb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
container: golang:1.21-alpine3.17
container: golang:1.21-alpine3.19
steps:
- name: Install git
run: apk add --update --no-cache git
Expand All @@ -37,7 +37,7 @@ jobs:
build:
name: build
runs-on: ubuntu-latest
container: golang:1.21-alpine3.17
container: golang:1.21-alpine3.19
strategy:
matrix:
os: [linux, darwin, windows]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21-alpine3.17 AS builder
FROM --platform=$BUILDPLATFORM golang:1.21-alpine3.19 AS builder
ARG GITHUB_REF GITHUB_SHA
WORKDIR /src
COPY go.mod go.sum ./
Expand Down

0 comments on commit 0a86bb3

Please sign in to comment.