Skip to content

Commit

Permalink
Bump golang from 1.17.3-alpine to 1.17.5-alpine (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 3, 2022
1 parent ef2db68 commit 1dec69d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
arch: [amd64] # amd64, 386
steps:
- uses: actions/setup-go@v2
with: {go-version: 1.17.3}
with: {go-version: 1.17.5}

- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher

### Changed

- Go updated from `1.17.1` up to `1.17.3`
- Go updated from `1.17.1` up to `1.17.5`

## v2.2.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.2

# Image page: <https://hub.docker.com/_/golang>
FROM golang:1.17.3-alpine as builder
FROM golang:1.17.5-alpine as builder

# can be passed with any prefix (like `v1.2.3@GITHASH`), e.g.: `docker build --build-arg "APP_VERSION=v1.2.3@GITHASH" .`
ARG APP_VERSION="undefined@docker"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:

services:
app: &app-service
image: golang:1.17.3-buster # Image page: <https://hub.docker.com/_/golang>
image: golang:1.17.5-buster # Image page: <https://hub.docker.com/_/golang>
working_dir: /src
environment:
HOME: /tmp
Expand Down

0 comments on commit 1dec69d

Please sign in to comment.