Skip to content

Commit

Permalink
build(deps): bump golang from 1.21rc4-alpine to 1.21-alpine (#853)
Browse files Browse the repository at this point in the history
Bumps golang from 1.21rc4-alpine to 1.21-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent a35fd0b commit 99ad19a
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
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.21rc4-alpine AS build
FROM golang:1.21-alpine AS build
RUN apk update
RUN apk upgrade
RUN apk add --update gcc g++
Expand Down

0 comments on commit 99ad19a

Please sign in to comment.