Skip to content

Commit

Permalink
chore: Update the value of the base image (ARG ALPINE_TAG) in the Doc...
Browse files Browse the repository at this point in the history
... kerfile

Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent c8e0306 commit 424e1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
ARG ALPINE_TAG=3.20.1
ARG ALPINE_TAG=3.20.2
FROM alpine:"${ALPINE_TAG}" AS jre-build

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
Expand Down

0 comments on commit 424e1b0

Please sign in to comment.