Skip to content

Commit

Permalink
Merge pull request #147 from tarampampam/dependabot/docker/golang-1.2…
Browse files Browse the repository at this point in the history
…2-alpine

Bump golang from 1.21-alpine to 1.22-alpine
  • Loading branch information
github-actions[bot] authored Mar 1, 2024
2 parents 280e366 + 928d1bd commit dfa9584
Showing 1 changed file with 1 addition and 1 deletion.
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.21-alpine as builder
FROM golang:1.22-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" .`
Expand Down

0 comments on commit dfa9584

Please sign in to comment.