Skip to content

Commit

Permalink
Revert alpine update for 2.9.x
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <byron@nats.io>
  • Loading branch information
bruth committed Jan 10, 2024
1 parent 1e61999 commit 4153a63
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.18

ENV NATS_SERVER 2.9.24

Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions tests/build-images.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
!/usr/bin/env bash
set -ex

ver=(NATS_SERVER 2.10.8)
ver=(NATS_SERVER 2.9.24)

(
cd "2.9.x/alpine3.19"
docker build --tag nats:${ver[1]}-alpine3.19 .
cd "2.9.x/alpine3.18"
docker build --tag nats:${ver[1]}-alpine3.18 .
)

(
Expand Down

0 comments on commit 4153a63

Please sign in to comment.