Skip to content

Commit

Permalink
feat(ferretdb): bump image version to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Aug 4, 2024
1 parent ba65b14 commit 6643ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ferretdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packages: write
strategy:
matrix:
version: ['1.21.0']
version: ['1.23.0']
steps:
- name: Check-out repository
uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions ferretdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM docker.io/golang:1.22.2 AS build

ARG TARGETOS
ARG TARGETARCH
ARG VERSION=1.21.0
ARG VERSION=1.23.0

ENV GOOS=${TARGETOS}
ENV GOARCH=${TARGETARCH}
Expand All @@ -23,8 +23,6 @@ RUN set -ex ; \
# --- Final stage ---
FROM cgr.dev/chainguard/wolfi-base:latest

ARG VERSION

COPY --from=build --chmod=755 /build/bin/ferretdb /usr/bin/ferretdb

RUN set -ex ; \
Expand Down

0 comments on commit 6643ec1

Please sign in to comment.