Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21 (#1832)
Browse files Browse the repository at this point in the history
* Bump alpine from 3.20 to 3.21

Bumps alpine from 3.20 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Dockerfile.alpine

Signed-off-by: Nicola Murino <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Nicola Murino <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicola Murino <[email protected]>
  • Loading branch information
dependabot[bot] and drakkan authored Dec 15, 2024
1 parent d3db80d commit 1ce408e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23-alpine3.20 AS builder
FROM golang:1.23-alpine3.21 AS builder

ENV GOFLAGS="-mod=readonly"

Expand All @@ -25,7 +25,7 @@ RUN set -xe && \
export COMMIT_SHA=${COMMIT_SHA:-$(git describe --always --abbrev=8 --dirty)} && \
go build $(if [ -n "${FEATURES}" ]; then echo "-tags ${FEATURES}"; fi) -trimpath -ldflags "-s -w -X github.com/drakkan/sftpgo/v2/internal/version.commit=${COMMIT_SHA} -X github.com/drakkan/sftpgo/v2/internal/version.date=`date -u +%FT%TZ`" -v -o sftpgo

FROM alpine:3.20
FROM alpine:3.21

# Set to "true" to install jq and the optional git and rsync dependencies
ARG INSTALL_OPTIONAL_PACKAGES=false
Expand Down

0 comments on commit 1ce408e

Please sign in to comment.