Skip to content

Commit

Permalink
Merge pull request #395 from doitintl/dependabot/docker/golang-1.19.3…
Browse files Browse the repository at this point in the history
…-alpine3.16

dep: Docker Bump golang from 1.19.2-alpine3.16 to 1.19.3-alpine3.16
  • Loading branch information
dark0dave authored Nov 5, 2022
2 parents 70fa35d + 35f252a commit ed5405f
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.19.2-alpine3.16
container: golang:1.19.3-alpine3.16
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.19.2-alpine3.16
container: golang:1.19.3-alpine3.16
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 golang:1.19.2-alpine3.16 as builder
FROM golang:1.19.3-alpine3.16 as builder
ARG GITHUB_REF GITHUB_SHA
WORKDIR /src
COPY go.mod go.sum ./
Expand Down

0 comments on commit ed5405f

Please sign in to comment.